Skip to content

Commit 541bcba

Browse files
authored
deps: update to gazelle 0.40.0 (bazel-contrib#2403)
This allows us to drop the patch for removing native.sh_binary Work towards bazel-contrib#2378
1 parent 1738faf commit 541bcba

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

MODULE.bazel

+1-11
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,7 @@ bazel_dep(name = "bazel_ci_rules", version = "1.0.0", dev_dependency = True)
8484
# We use `WORKSPACE.bzlmod` because it is impossible to have dev-only local overrides.
8585
bazel_dep(name = "rules_go", version = "0.41.0", dev_dependency = True, repo_name = "io_bazel_rules_go")
8686
bazel_dep(name = "rules_python_gazelle_plugin", version = "0", dev_dependency = True)
87-
bazel_dep(name = "gazelle", version = "0.33.0", dev_dependency = True, repo_name = "bazel_gazelle")
88-
single_version_override(
89-
module_name = "gazelle",
90-
patch_strip = 1,
91-
patches = [
92-
# Can be removed once https://github.com/bazel-contrib/bazel-gazelle/issues/1959
93-
# is fixed and released.
94-
"patches/gazelle_native_sh.patch",
95-
],
96-
version = "0.33.0",
97-
)
87+
bazel_dep(name = "gazelle", version = "0.40.0", dev_dependency = True, repo_name = "bazel_gazelle")
9888

9989
internal_dev_deps = use_extension(
10090
"//python/private:internal_dev_deps.bzl",

patches/gazelle_native_sh.patch

-32
This file was deleted.

0 commit comments

Comments
 (0)