From a87d79a0fde1416808e69c94f7ded94aa4ff90df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:08:47 +0000 Subject: [PATCH] Bump mypy-protobuf from 3.5.0 to 3.7.0 in /sdks/python Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.5.0 to 3.7.0. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 9f5c4788e200..a3adb154f1c6 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==3.7.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.9", # Numpy headers