Skip to content

Commit af44767

Browse files
Update mypy-protobuf requirement from <4,>=3.0.0 to >=3.0.0,<5
Updates the requirements on [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](nipunn1313/mypy-protobuf@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a4e067 commit af44767

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
@@ -56,7 +56,7 @@ compile_proto = "frequenz.repo.config.setuptools.grpc_tools:CompileProto"
5656
actor = []
5757
api = [
5858
"grpcio-tools >= 1.47.0, < 2",
59-
"mypy-protobuf >= 3.0.0, < 4",
59+
"mypy-protobuf >= 3.0.0, < 6",
6060
"setuptools >= 67.6.0, < 81",
6161
]
6262
app = []

0 commit comments

Comments
 (0)