Skip to content

Commit bd48f66

Browse files
Update dependency rules_python to v0.36.0
1 parent 86e9763 commit bd48f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def dependencies():
2323
)
2424
http_archive(
2525
name = "rules_python",
26-
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
27-
urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz"],
26+
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
27+
urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.36.0/rules_python-0.36.0.tar.gz"],
2828
)
2929
http_archive(
3030
name = "io_bazel_rules_docker",

0 commit comments

Comments
 (0)