From a5dfd564467ea91ffc8e8b7f97a005d110037b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:21:03 +0800 Subject: [PATCH] Update dependency com_github_xtensor_xtensor to v0.24.7 (#466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
xtensor-stack/xtensor (com_github_xtensor_xtensor) ### [`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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 104fc0e4..3ba7fd74 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -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", ], )