Skip to content

Commit 2475a9f

Browse files
chore(deps): update dependency rules_python to v1
1 parent 645d46f commit 2475a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def dependencies():
2929
)
3030
http_archive(
3131
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"],
32+
sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
33+
urls = ["https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz"],
3434
)
3535
http_archive(
3636
name = "io_bazel_rules_docker",

0 commit comments

Comments
 (0)