Skip to content

Commit d08cf53

Browse files
authored
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 bazelbuild/bazel-central-registry#6330 and bazelbuild/bazel-central-registry#6241
1 parent caab0fa commit d08cf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazelle/examples/bzlmod_build_file_generation/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module(
1313
# For typical setups you set the version.
1414
# See the releases page for available versions.
1515
# https://github.com/bazel-contrib/rules_python/releases
16-
bazel_dep(name = "rules_python", version = "1.0.0")
16+
bazel_dep(name = "rules_python", version = "1.4.0")
1717

1818
# The following stanza defines the dependency rules_python_gazelle_plugin.
1919
# For typical setups you set the version.

0 commit comments

Comments
 (0)