File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ test --test_output=errors
1717# Python targets as required.
1818build --incompatible_default_to_explicit_init_py
1919
20+ # Ensure ongoing compatibility with this flag.
21+ common --incompatible_disallow_struct_provider_syntax
22+
2023# Windows makes use of runfiles for some rules
2124build --enable_runfiles
2225
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bazel_dep(name = "platforms", version = "0.0.4")
1111
1212# Those are loaded only when using py_proto_library
1313bazel_dep (name = "rules_proto" , version = "6.0.0-rc1" )
14- bazel_dep (name = "protobuf" , version = "21.7 " , repo_name = "com_google_protobuf" )
14+ bazel_dep (name = "protobuf" , version = "23.1 " , repo_name = "com_google_protobuf" )
1515
1616internal_deps = use_extension ("//python/private/bzlmod:internal_deps.bzl" , "internal_deps" )
1717use_repo (
You can’t perform that action at this time.
0 commit comments