Skip to content

Commit a5ac7f7

Browse files
chore(deps): update dependency rules_python to v1.7.0
1 parent 8dddf7c commit a5ac7f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_a
3232
bazel_dep(name = "boringssl", version = "0.20251110.0")
3333

3434
# TODO: Remove when protobuf is released with a version of rules_python that supports 8.x
35-
bazel_dep(name = "rules_python", version = "1.6.3")
35+
bazel_dep(name = "rules_python", version = "1.7.0")
3636

3737
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
3838
go_sdk.download(

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ rust_register_toolchains()
313313

314314
http_archive(
315315
name = "rules_python",
316-
sha256 = "2f5c284fbb4e86045c2632d3573fc006facbca5d1fa02976e89dc0cd5488b590",
317-
strip_prefix = "rules_python-1.6.3",
318-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.6.3/rules_python-1.6.3.tar.gz",
316+
sha256 = "f609f341d6e9090b981b3f45324d05a819fd7a5a56434f849c761971ce2c47da",
317+
strip_prefix = "rules_python-1.7.0",
318+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.7.0/rules_python-1.7.0.tar.gz",
319319
)
320320

321321
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)