From 24d44e7c139174984bb78eb346e8193fc6110e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:03:49 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 4.24.0 in /sdks/python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 4.24.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v4.24.0) --- 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 1a17eb29fa1fc..14957275fe223 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.24.0;python_version=="3.10" and sys_platform=="darwin" # Avoid https://github.com/pypa/virtualenv/issues/2006 distlib==0.3.1