| commit | d08cf537541ffc99bbd98dd71949a507516a4ff8 | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <richardlev@gmail.com> | Wed Oct 29 15:58:30 2025 -0700 |
| committer | GitHub <noreply@github.com> | Wed Oct 29 22:58:30 2025 +0000 |
| tree | 28cf970176f1871cba2d76a56a892677fcb9b967 | |
| parent | caab0fae80927e308e7aa18186ebf8c2b811b79e [diff] |
gazelle: set min rules_python version as 1.4 (#3383) rules_python 1.4 is when the python.defaults tag class was introduced, which is used in the example's module file. Fixes BCR presubmit failures in https://github.com/bazelbuild/bazel-central-registry/pull/6330 and https://github.com/bazelbuild/bazel-central-registry/pull/6241
diff --git a/gazelle/examples/bzlmod_build_file_generation/MODULE.bazel b/gazelle/examples/bzlmod_build_file_generation/MODULE.bazel index d93e606..ce77962 100644 --- a/gazelle/examples/bzlmod_build_file_generation/MODULE.bazel +++ b/gazelle/examples/bzlmod_build_file_generation/MODULE.bazel
@@ -13,7 +13,7 @@ # For typical setups you set the version. # See the releases page for available versions. # https://github.com/bazel-contrib/rules_python/releases -bazel_dep(name = "rules_python", version = "1.0.0") +bazel_dep(name = "rules_python", version = "1.4.0") # The following stanza defines the dependency rules_python_gazelle_plugin. # For typical setups you set the version.