Skip to content

Commit 21c2e44

Browse files
Update dependency rules_python to v0.27.0
1 parent 3e83cf7 commit 21c2e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ bazel_skylib_workspace()
1717

1818
http_archive(
1919
name = "rules_python",
20-
sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b",
21-
strip_prefix = "rules_python-0.26.0",
22-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
20+
sha256 = "9acc0944c94adb23fba1c9988b48768b1bacc6583b52a2586895c5b7491e2e31",
21+
strip_prefix = "rules_python-0.27.0",
22+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.27.0/rules_python-0.27.0.tar.gz",
2323
)
2424

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

0 commit comments

Comments
 (0)