Skip to content

Commit eef0c4b

Browse files
Apply migration from 6.33.5 to 7.35.0
=== v7.35.0 ========================================================= Script URL: https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/529d30b554392e6d8b66e84e92c04ac9cd170da7/cookiecutter/scripts/dependabot-grpc-fixer.py Updated pyproject.toml with 1 grpc/protobuf constraint(s). The migration completed successfully.
1 parent 96cca53 commit eef0c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
# We can't widen beyond the current value unless we bump the minimum
4949
# requirements too because of protobuf cross-version runtime guarantees:
5050
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
51-
"protobuf >= 6.32.1, < 8", # Do not widen beyond 8!
51+
"protobuf >= 7.35.0, < 9", # Do not widen beyond 9!
5252
# We couldn't find any document with a spec about the cross-version runtime
5353
# guarantee for grpcio, so unless we find one in the future, we'll assume
5454
# major version jumps are not compatible

0 commit comments

Comments
 (0)