From 4b44dce424efbe4f220649a12f125ddbc596db35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:07:30 +0000 Subject: [PATCH] Bump mypy-protobuf from 3.5.0 to 4.0.0 in /sdks/python Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.5.0 to 4.0.0. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 5adedb63a2ce..19a756659b5a 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -23,7 +23,7 @@ requires = [ "wheel>=0.36.0", "grpcio-tools==1.62.1; python_version <= '3.12'", "grpcio-tools==1.71.0; python_version >= '3.13'", - "mypy-protobuf==3.5.0", + "mypy-protobuf==4.0.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.9", # Numpy headers