From 2e58cf7666116274c0b97f29bd081c684e806430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:16:57 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.25.0 --- MODULE.bazel | 2 +- e2e/smoke/MODULE.bazel | 2 +- py/repositories.bzl | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 8c319445..839c0b8c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,4 +10,4 @@ module( # When bumping, add a comment explaining what's required from the newer release. bazel_dep(name = "aspect_bazel_lib", version = "1.33.0") bazel_dep(name = "bazel_skylib", version = "1.4.2") -bazel_dep(name = "rules_python", version = "0.19.0") +bazel_dep(name = "rules_python", version = "0.25.0") diff --git a/e2e/smoke/MODULE.bazel b/e2e/smoke/MODULE.bazel index 1fddf778..bb655918 100644 --- a/e2e/smoke/MODULE.bazel +++ b/e2e/smoke/MODULE.bazel @@ -7,7 +7,7 @@ local_path_override( ) #---SNIP--- Below here is re-used in the snippet published on releases -bazel_dep(name = "rules_python", dev_dependency = True, version = "0.22.0") +bazel_dep(name = "rules_python", dev_dependency = True, version = "0.25.0") python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( diff --git a/py/repositories.bzl b/py/repositories.bzl index 7c462c74..46db9485 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -55,7 +55,7 @@ bzl_library( ) EOF """], - sha256 = "36362b4d54fcb17342f9071e4c38d63ce83e2e57d7d5599ebdde4670b9760664", - strip_prefix = "rules_python-0.18.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.18.0.tar.gz", + sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", + strip_prefix = "rules_python-0.25.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.25.0.tar.gz", )