From 0ad43053bba8a8244a385b123fc8808f9c73a332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 22:05:02 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 4.21.9 in /sdks/python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 4.21.9. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: 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..c19b84e2e553 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -25,7 +25,7 @@ grpcio-tools==1.37.0 # pin grpcio to the previous version. grpcio==1.49.1;sys_platform=="darwin" mypy-protobuf==1.18 -protobuf==3.19.4;python_version=="3.10" and sys_platform=="darwin" +protobuf==4.21.9;python_version=="3.10" and sys_platform=="darwin" # Avoid https://github.com/pypa/virtualenv/issues/2006 distlib==0.3.1