From 90b8be7eeaaec2f4a4adbd6441dc371c20d10a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:49:40 +0000 Subject: [PATCH] Bump mypy-protobuf from 3.5.0 to 3.6.0 in /sdks/python Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-type: direct:production 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 32924a929775..4f32fdbb0a1e 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -22,7 +22,7 @@ requires = [ "setuptools", "wheel>=0.36.0", "grpcio-tools==1.62.1", - "mypy-protobuf==3.5.0", + "mypy-protobuf==3.6.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7", # Numpy headers