From e03218fffcf769969788fb92e78e2ac9cf779a3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 06:40:00 +0000 Subject: [PATCH] Update dependency rules_python to v1.5.1 --- tests/MODULE.bazel | 2 +- tests/WORKSPACE | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/MODULE.bazel b/tests/MODULE.bazel index 88a2c536..43bf2369 100644 --- a/tests/MODULE.bazel +++ b/tests/MODULE.bazel @@ -29,7 +29,7 @@ bazel_dep(name = "rules_foreign_cc", version = "0.15.0") bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl") # TODO: Remove when protobuf is released with a version of rules_python that supports 8.x -bazel_dep(name = "rules_python", version = "1.1.0") +bazel_dep(name = "rules_python", version = "1.5.1") # As a workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/1018. rules_foreign_cc_tools = use_extension("@rules_foreign_cc//foreign_cc:extensions.bzl", "tools") diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 16bef205..6e77a9ce 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -279,9 +279,9 @@ rust_register_toolchains() http_archive( name = "rules_python", - sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c", - strip_prefix = "rules_python-1.1.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz", + sha256 = "fa532d635f29c038a64c8062724af700c30cf6b31174dd4fac120bc561a1a560", + strip_prefix = "rules_python-1.5.1", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.5.1/rules_python-1.5.1.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories")