Skip to content

Commit 6652119

Browse files
Update protobuf requirement from <6,>=5.29.2 to >=5.29.2,<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@v5.29.2...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8283f6b commit 6652119

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
@@ -46,7 +46,7 @@ dependencies = [
4646
"frequenz-client-base >= 0.9.0, < 0.10.0",
4747
"frequenz-client-common >= 0.1.0, < 0.4.0",
4848
"frequenz-api-electricity-trading >= 0.6.1, < 0.7.0",
49-
"protobuf >= 5.29.2, < 6",
49+
"protobuf >= 5.29.2, < 7",
5050
]
5151
dynamic = ["version"]
5252

0 commit comments

Comments
 (0)