diff --git a/repositories.bzl b/repositories.bzl index 8ae62e6..f4be75d 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -45,9 +45,9 @@ def rules_mypy_internal_repos(): http_archive( name = "rules_python_gazelle_plugin", - sha256 = "4912ced70dc1a2a8e4b86cec233b192ca053e82bc72d877b98e126156e8f228d", - strip_prefix = "rules_python-0.32.2/gazelle", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.32.2/rules_python-0.32.2.tar.gz", + sha256 = "be04b635c7be4604be1ef20542e9870af3c49778ce841ee2d92fcb42f9d9516a", + strip_prefix = "rules_python-0.35.0/gazelle", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.35.0/rules_python-0.35.0.tar.gz", ) http_archive(