Skip to content

Commit 6cd79d1

Browse files
committed
[bazel] Bump rules_pyton to 0.23.1
1 parent 1b210e6 commit 6cd79d1

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
@@ -37,9 +37,9 @@ bazel_skylib_workspace()
3737

3838
http_archive(
3939
name = "rules_python",
40-
sha256 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141",
41-
strip_prefix = "rules_python-0.20.0",
42-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.20.0/rules_python-0.20.0.tar.gz",
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",
4343
)
4444

4545
load("@rules_python//python:repositories.bzl", "python_register_multi_toolchains")

0 commit comments

Comments
 (0)