From 7205eb8d51fb2375fe2ea830fa3fd34cd73b1a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:28:26 +0000 Subject: [PATCH] Bump mypy-protobuf from 1.18 to 3.4.0 in /sdks/python Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 1.18 to 3.4.0. - [Release notes](https://github.com/nipunn1313/mypy-protobuf/releases) - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v1.18...v3.4.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdks/python/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index 80ce36de8c8a..792f06f11a84 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -24,7 +24,7 @@ grpcio-tools==1.37.0 # TODO(https://github.com/apache/beam/issues/23734): the sdist for grpcio==1.50.0 is failing on GH workers # pin grpcio to the previous version. grpcio==1.49.1;sys_platform=="darwin" -mypy-protobuf==1.18 +mypy-protobuf==3.4.0 protobuf==3.19.4;python_version=="3.10" and sys_platform=="darwin" # Avoid https://github.com/pypa/virtualenv/issues/2006