Skip to content

Commit d6dc04c

Browse files
authored
Bump rules_python to 0.24.0 (#12548)
1 parent 9649921 commit d6dc04c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

WORKSPACE

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ bazel_skylib_workspace()
3737

3838
http_archive(
3939
name = "rules_python",
40-
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
41-
strip_prefix = "rules_python-0.23.1",
42-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
40+
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
41+
strip_prefix = "rules_python-0.24.0",
42+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz",
4343
)
4444

45-
load("@rules_python//python:repositories.bzl", "python_register_multi_toolchains")
45+
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_multi_toolchains")
46+
47+
py_repositories()
4648

4749
default_python_version = "3.8"
4850

0 commit comments

Comments
 (0)