Skip to content

Commit 9caee1d

Browse files
chore(deps): update dependency rules_python to v1.8.4
1 parent d950762 commit 9caee1d

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.20251124.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.8.3")
35+
bazel_dep(name = "rules_python", version = "1.8.4")
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 = "94a2b4c5d9c45323a9737f8de8f841923bb628cace1e8e51fec5525ed9ccfb2d",
317-
strip_prefix = "rules_python-1.8.3",
318-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.8.3/rules_python-1.8.3.tar.gz",
316+
sha256 = "c85d5db38d3eac06167a13b10c9dba54b003a986cd4f1ebc00806b74e7c12f06",
317+
strip_prefix = "rules_python-1.8.4",
318+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.8.4/rules_python-1.8.4.tar.gz",
319319
)
320320

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

0 commit comments

Comments
 (0)