Skip to content

Commit 930a384

Browse files
Update rules_python version to 0.23.1
PiperOrigin-RevId: 547306878
1 parent abae3ee commit 930a384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ http_archive(
1414

1515
http_archive(
1616
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",
17+
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
18+
strip_prefix = "rules_python-0.23.1",
19+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
2020
)
2121

2222
load("@rules_python//python:repositories.bzl", "python_register_toolchains")

0 commit comments

Comments
 (0)