Skip to content

Commit 2ec7ac0

Browse files
chore(deps): update dependency rules_python to v0.32.0
1 parent 064865f commit 2ec7ac0

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 = "f4770504f74b9ef87984224a06df35b931d35a2e695ea898102bd9df30ce4fe6",
33+
strip_prefix = "rules_python-0.32.0",
34+
url = "https://github.com/bazelbuild/rules_python/archive/0.32.0.tar.gz",
3535
)

0 commit comments

Comments
 (0)