We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63f3c8 commit 6da6a87Copy full SHA for 6da6a87
deps.bzl
@@ -29,8 +29,8 @@ def dependencies():
29
)
30
http_archive(
31
name = "rules_python",
32
- sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
33
- urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz"],
+ sha256 = "863ba0fa944319f7e3d695711427d9ad80ba92c6edd0b7c7443b84e904689539",
+ urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.22.0/rules_python-0.22.0.tar.gz"],
34
35
36
name = "io_bazel_rules_docker",
0 commit comments