From e6d6b8650665e400a04f6dce55401a9af68908f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:07:07 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 4.21.11 in /sdks/python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 4.21.11. - [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..b26151b988f9 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.11;python_version=="3.10" and sys_platform=="darwin" # Avoid https://github.com/pypa/virtualenv/issues/2006 distlib==0.3.1