Skip to content

Commit c61771c

Browse files
chore(deps): update dependency rules_python to v0.33.1
1 parent 633e98a commit c61771c

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 = "dc6e2756130fafb90273587003659cadd1a2dfef3f6464c227794cdc01ebf70e",
33-
strip_prefix = "rules_python-0.33.0",
34-
url = "https://github.com/bazelbuild/rules_python/archive/0.33.0.tar.gz",
32+
sha256 = "5bcfa3852444d084b1d3262714cec151b797648d4d444ea9895c7c7ed79cd715",
33+
strip_prefix = "rules_python-0.33.1",
34+
url = "https://github.com/bazelbuild/rules_python/archive/0.33.1.tar.gz",
3535
)

0 commit comments

Comments
 (0)