From c321ec7f1bd27cc632edd1e4b56ccf41d7000503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:17:07 +0000 Subject: [PATCH] Bump protobuf from 3.6.1 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.18.3. - [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/compare/v3.6.1...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prod-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prod-requirements.txt b/prod-requirements.txt index 5ec3f2c..0c3eec5 100644 --- a/prod-requirements.txt +++ b/prod-requirements.txt @@ -1,6 +1,6 @@ bitstring==3.1.5 grpcio==1.18.0 numpy==1.16.0 -protobuf==3.6.1 +protobuf==3.18.3 six==1.12.0 prometheus-client==0.6.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 6bfc34c..e152c56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ grpcio-tools==1.18.0 numpy==1.16.0 pep8==1.7.1 prometheus-client==0.6.0 -protobuf==3.6.1 +protobuf==3.18.3 pycodestyle==2.5.0 six==1.12.0