From d5074b5e76db10b36fe62d5f713639bc0609ab8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 06:55:44 +0000 Subject: [PATCH] Update dependency rules_python_gazelle_plugin to v0.40.0 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 8ae62e6..6e29a04 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 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53", + strip_prefix = "rules_python-0.40.0/gazelle", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz", ) http_archive(