Skip to content

Commit 4026719

Browse files
chore(deps): update dependency rules_python to v1.1.0
1 parent 6e9fd7a commit 4026719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ rust_register_toolchains()
252252

253253
http_archive(
254254
name = "rules_python",
255-
sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07",
256-
strip_prefix = "rules_python-1.0.0",
257-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz",
255+
sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
256+
strip_prefix = "rules_python-1.1.0",
257+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
258258
)
259259

260260
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)