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 633e98a commit c61771cCopy full SHA for c61771c
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 = "dc6e2756130fafb90273587003659cadd1a2dfef3f6464c227794cdc01ebf70e",
33
- strip_prefix = "rules_python-0.33.0",
34
- url = "https://github.com/bazelbuild/rules_python/archive/0.33.0.tar.gz",
+ sha256 = "5bcfa3852444d084b1d3262714cec151b797648d4d444ea9895c7c7ed79cd715",
+ strip_prefix = "rules_python-0.33.1",
+ url = "https://github.com/bazelbuild/rules_python/archive/0.33.1.tar.gz",
35
)
0 commit comments