We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abae3ee commit 930a384Copy full SHA for 930a384
WORKSPACE
@@ -14,9 +14,9 @@ http_archive(
14
15
http_archive(
16
name = "rules_python",
17
- sha256 = "29a801171f7ca190c543406f9894abf2d483c206e14d6acbd695623662320097",
18
- strip_prefix = "rules_python-0.18.1",
19
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.18.1/rules_python-0.18.1.tar.gz",
+ sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
+ strip_prefix = "rules_python-0.23.1",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
20
)
21
22
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
0 commit comments