Skip to content

Commit 1523310

Browse files
committed
Bump minimum protobuf version to 31.0-rc1
See jvolkman/rules_pycross#209 The old protobuf version still needs Python 3.8, so attempting to load it fails. I see there is already a PR here (bazel-contrib#3367) but this is a much smaller change for an isolated issue.
1 parent 2a2e136 commit 1523310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bazel_dep(name = "platforms", version = "0.0.11")
1111

1212
# Those are loaded only when using py_proto_library
1313
# Use py_proto_library directly from protobuf repository
14-
bazel_dep(name = "protobuf", version = "29.0-rc2", repo_name = "com_google_protobuf")
14+
bazel_dep(name = "protobuf", version = "31.0-rc1", repo_name = "com_google_protobuf")
1515

1616
rules_python_config = use_extension("//python/extensions:config.bzl", "config")
1717
use_repo(

0 commit comments

Comments
 (0)