Skip to content

Commit 4245dc9

Browse files
Update protobuf requirement from <6,>=4.21.6 to >=4.21.6,<7
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.22.0-rc1...v6.30.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e6eabf commit 4245dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
4141
"frequenz-client-base >= 0.8.0, < 0.10.0",
4242
"grpcio >= 1.54.2, < 2",
43-
"protobuf >= 4.21.6, < 6",
43+
"protobuf >= 4.21.6, < 7",
4444
"timezonefinder >= 6.2.0, < 7",
4545
"typing-extensions >= 4.5.0, < 5",
4646
]

0 commit comments

Comments
 (0)