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 70b6697 commit bfc8445Copy full SHA for bfc8445
internal_deps.bzl
@@ -86,7 +86,7 @@ def rules_py_internal_deps():
86
87
http_archive(
88
name = "rules_python_gazelle_plugin",
89
- sha256 = "36362b4d54fcb17342f9071e4c38d63ce83e2e57d7d5599ebdde4670b9760664",
90
- strip_prefix = "rules_python-0.18.0/gazelle",
91
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.18.0/rules_python-0.18.0.tar.gz",
+ sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
+ strip_prefix = "rules_python-0.25.0/gazelle",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz",
92
)
0 commit comments