We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e520393 commit f0cd222Copy full SHA for f0cd222
WORKSPACE
@@ -17,9 +17,9 @@ bazel_skylib_workspace()
17
18
http_archive(
19
name = "rules_python",
20
- sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
21
- strip_prefix = "rules_python-0.23.1",
22
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
+ sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
+ strip_prefix = "rules_python-0.24.0",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz",
23
)
24
25
load("@rules_python//python:repositories.bzl", "py_repositories")
0 commit comments