From e4d21eee10e050c2bc3e5baf1d60dfab6717f191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:09:43 +0800 Subject: [PATCH] Update dependency com_github_xtensor_xtensor to v0.25.0 (#524) 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 | minor | `0.24.7` -> `0.25.0` | --- ### Release Notes
xtensor-stack/xtensor (com_github_xtensor_xtensor) ### [`v0.25.0`](https://togithub.com/xtensor-stack/xtensor/compare/0.24.7...0.25.0) [Compare Source](https://togithub.com/xtensor-stack/xtensor/compare/0.24.7...0.25.0)
--- ### 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 75d74d7a..24fbfbb0 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -117,12 +117,12 @@ def _com_github_xtensor_xtensor(): maybe( http_archive, name = "com_github_xtensor_xtensor", - sha256 = "0fbbd524dde2199b731b6af99b16063780de6cf1d0d6cb1f3f4d4ceb318f3106", - strip_prefix = "xtensor-0.24.7", + sha256 = "32d5d9fd23998c57e746c375a544edf544b74f0a18ad6bc3c38cbba968d5e6c7", + strip_prefix = "xtensor-0.25.0", build_file = "@spulib//bazel:xtensor.BUILD", type = "tar.gz", urls = [ - "https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.24.7.tar.gz", + "https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.25.0.tar.gz", ], )