We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b46190 commit ee7d6d4Copy full SHA for ee7d6d4
py/repositories.bzl
@@ -39,7 +39,7 @@ def rules_py_dependencies():
39
# We require #1671 which isn't in a release as of 19 Jan 2024
40
http_archive(
41
name = "rules_python",
42
- sha256 = "a587c414d5aaca04841250d8809b2e21e0d89fda2597fad907419c47eeab8ab0",
43
- strip_prefix = "rules_python-52381415be9d3618130f02a821aef50de1e3af09",
44
- url = "https://github.com/bazelbuild/rules_python/archive/52381415be9d3618130f02a821aef50de1e3af09.tar.gz",
+ sha256 = "4eca14de5d3a1bcfebe560da77bda479d3b0510da33cb539a1dda554c86da3d9",
+ strip_prefix = "rules_python-10580d67b5d975ca2e2b66acf44bff8e211cbd48",
+ url = "https://github.com/bazelbuild/rules_python/archive/10580d67b5d975ca2e2b66acf44bff8e211cbd48.tar.gz",
45
)
0 commit comments