Skip to content

Commit

Permalink
Update dependency com_github_xtensor_xtl to v0.7.7 (#469)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com_github_xtensor_xtl](https://togithub.com/xtensor-stack/xtl) |
http_archive | patch | `0.7.3` -> `0.7.7` |

---

### Release Notes

<details>
<summary>xtensor-stack/xtl (com_github_xtensor_xtl)</summary>

###
[`v0.7.7`](https://togithub.com/xtensor-stack/xtl/compare/0.7.6...0.7.7)

[Compare
Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.6...0.7.7)

###
[`v0.7.6`](https://togithub.com/xtensor-stack/xtl/compare/0.7.5...0.7.6)

[Compare
Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.5...0.7.6)

###
[`v0.7.5`](https://togithub.com/xtensor-stack/xtl/compare/0.7.4...0.7.5)

[Compare
Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.4...0.7.5)

###
[`v0.7.4`](https://togithub.com/xtensor-stack/xtl/compare/0.7.3...0.7.4)

[Compare
Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.3...0.7.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 0f9b813 commit ab2a46b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ def _com_github_xtensor_xtl():
maybe(
http_archive,
name = "com_github_xtensor_xtl",
sha256 = "f4a81e3c9ca9ddb42bd4373967d4859ecfdca1aba60b9fa6ced6c84d8b9824ff",
strip_prefix = "xtl-0.7.3",
sha256 = "44fb99fbf5e56af5c43619fc8c29aa58e5fad18f3ba6e7d9c55c111b62df1fbb",
strip_prefix = "xtl-0.7.7",
build_file = "@spulib//bazel:xtl.BUILD",
type = "tar.gz",
urls = [
"https://github.com/xtensor-stack/xtl/archive/refs/tags/0.7.3.tar.gz",
"https://github.com/xtensor-stack/xtl/archive/refs/tags/0.7.7.tar.gz",
],
)

Expand Down

0 comments on commit ab2a46b

Please sign in to comment.