We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4455265 commit 74d213aCopy full SHA for 74d213a
bazel_integration_test/deps.bzl
@@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies():
29
maybe(
30
http_archive,
31
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",
+ sha256 = "b289b0b023c71b80f26d39476e5e2c3cf72d21cb2759bcf02638ba3cc480e9df",
+ strip_prefix = "rules_python-0.32.1",
+ url = "https://github.com/bazelbuild/rules_python/archive/0.32.1.tar.gz",
35
)
0 commit comments