Skip to content

Commit

Permalink
Update dependency com_github_xtensor_xtensor to v0.24.7 (#466)
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_xtensor](https://togithub.com/xtensor-stack/xtensor)
| http_archive | patch | `0.24.0` -> `0.24.7` |

---

### Release Notes

<details>
<summary>xtensor-stack/xtensor (com_github_xtensor_xtensor)</summary>

###
[`v0.24.7`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.6...0.24.7)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.6...0.24.7)

###
[`v0.24.6`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.5...0.24.6)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.5...0.24.6)

###
[`v0.24.5`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.4...0.24.5)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.4...0.24.5)

###
[`v0.24.4`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.3...0.24.4)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.3...0.24.4)

###
[`v0.24.3`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.2...0.24.3)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.2...0.24.3)

###
[`v0.24.2`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.1...0.24.2)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.1...0.24.2)

###
[`v0.24.1`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.0...0.24.1)

[Compare
Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.0...0.24.1)

</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 11d79e8 commit a5dfd56
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 @@ -123,12 +123,12 @@ def _com_github_xtensor_xtensor():
maybe(
http_archive,
name = "com_github_xtensor_xtensor",
sha256 = "37738aa0865350b39f048e638735c05d78b5331073b6329693e8b8f0902df713",
strip_prefix = "xtensor-0.24.0",
sha256 = "0fbbd524dde2199b731b6af99b16063780de6cf1d0d6cb1f3f4d4ceb318f3106",
strip_prefix = "xtensor-0.24.7",
build_file = "@spulib//bazel:xtensor.BUILD",
type = "tar.gz",
urls = [
"https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.24.0.tar.gz",
"https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.24.7.tar.gz",
],
)

Expand Down

0 comments on commit a5dfd56

Please sign in to comment.