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 064865f commit 2ec7ac0Copy full SHA for 2ec7ac0
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 = "f4770504f74b9ef87984224a06df35b931d35a2e695ea898102bd9df30ce4fe6",
+ strip_prefix = "rules_python-0.32.0",
+ url = "https://github.com/bazelbuild/rules_python/archive/0.32.0.tar.gz",
35
)
0 commit comments