Skip to content

Commit 74d213a

Browse files
chore(deps): update dependency rules_python to v0.32.1
1 parent 4455265 commit 74d213a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel_integration_test/deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies():
2929
maybe(
3030
http_archive,
3131
name = "rules_python",
32-
sha256 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311",
33-
strip_prefix = "rules_python-0.31.0",
34-
url = "https://github.com/bazelbuild/rules_python/archive/0.31.0.tar.gz",
32+
sha256 = "b289b0b023c71b80f26d39476e5e2c3cf72d21cb2759bcf02638ba3cc480e9df",
33+
strip_prefix = "rules_python-0.32.1",
34+
url = "https://github.com/bazelbuild/rules_python/archive/0.32.1.tar.gz",
3535
)

0 commit comments

Comments
 (0)