From 3981be9a83bd1ff6d86cfbff57bb973e6a24b517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:54:13 +0000 Subject: [PATCH] Bump protobuf from 3.6.1 to 3.15.0 in /python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.6.1...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-py2.txt | 2 +- python/requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-py2.txt b/python/requirements-py2.txt index 2fc56e24..6cd8f247 100644 --- a/python/requirements-py2.txt +++ b/python/requirements-py2.txt @@ -8,7 +8,7 @@ grpcio==1.18.0 more-itertools==5.0.0 pathlib2==2.3.3 pluggy==0.8.1 -protobuf==3.6.1 +protobuf==3.15.0 py==1.10.0 pytest==4.2.0 scandir==1.9.0 diff --git a/python/requirements-py3.txt b/python/requirements-py3.txt index 0b2e71eb..29ab8bd5 100644 --- a/python/requirements-py3.txt +++ b/python/requirements-py3.txt @@ -5,7 +5,7 @@ grpcio==1.19.0 grpcio-tools==1.19.0 more-itertools==6.0.0 pluggy==0.8.1 -protobuf==3.6.1 +protobuf==3.15.0 py==1.10.0 pytest==4.3.0 six==1.12.0