Skip to content

Commit 6ca8cc2

Browse files
chore(deps): update rules_python digest to c6941a8 (#222)
1 parent e53544c commit 6ca8cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def rules_py_dependencies(register_py_toolchains = True):
4646
# We require #1671 which isn't in a release as of 19 Jan 2024
4747
http_archive(
4848
name = "rules_python",
49-
sha256 = "a587c414d5aaca04841250d8809b2e21e0d89fda2597fad907419c47eeab8ab0",
50-
strip_prefix = "rules_python-52381415be9d3618130f02a821aef50de1e3af09",
51-
url = "https://github.com/bazelbuild/rules_python/archive/52381415be9d3618130f02a821aef50de1e3af09.tar.gz",
49+
sha256 = "b4e41e7cd1e953c7d49b1027fa66cb8e949eee14babd40ea4d6dc4a27e6a3707",
50+
strip_prefix = "rules_python-c6941a8dad4c7a221125fbad7c8bfaac377e00ba",
51+
url = "https://github.com/bazelbuild/rules_python/archive/c6941a8dad4c7a221125fbad7c8bfaac377e00ba.tar.gz",
5252
)
5353

5454
if register_py_toolchains:

0 commit comments

Comments
 (0)