From 326a933f1ca41f9e23d9b9c5a96828891ef5d8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:07:43 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 4.21.12 in /sdks/python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 4.21.12. - [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 1a17eb29fa1f..19126aeedb96 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -30,7 +30,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.12;python_version=="3.10" and sys_platform=="darwin" # Avoid https://github.com/pypa/virtualenv/issues/2006 distlib==0.3.1