From 1285eff3034d352b0d70abee4a94f7a274f1e479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 03:25:51 +0000 Subject: [PATCH] build(deps): Bump protobuf from 3.12.2 to 3.15.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.2 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.12.2...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79688dd..5863f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ grpcio==1.26.0 python-dateutil==2.8.1 -protobuf==3.12.2 +protobuf==3.15.0 diff --git a/setup.py b/setup.py index 537c84c..5af7652 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(os.path.join(here, "falco", "__version__.py"), "r") as f: exec(f.read(), about) -requires = ["grpcio==1.26.0", "python-dateutil==2.8.1", "protobuf==3.12.2"] +requires = ["grpcio==1.26.0", "python-dateutil==2.8.1", "protobuf==3.15.0"] tests_require = ["pytest==5.3.5"] with open("README.md", "r") as f: