Skip to content

Commit 0acce08

Browse files
Bump mypy-protobuf from 3.5.0 to 5.0.0 in /sdks/python
Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.5.0 to 5.0.0. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/commits) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dcc27d commit 0acce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requires = [
2323
"wheel>=0.36.0",
2424
"grpcio-tools==1.62.1; python_version <= '3.12'",
2525
"grpcio-tools==1.71.0; python_version >= '3.13'",
26-
"mypy-protobuf==3.5.0",
26+
"mypy-protobuf==5.0.0",
2727
# Avoid https://github.com/pypa/virtualenv/issues/2006
2828
"distlib==0.3.9",
2929
# Numpy headers

0 commit comments

Comments
 (0)