From f076f2201f5d735d400925413c467b6551218f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 03:19:51 +0000 Subject: [PATCH] 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.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index a4b75fd5..537a697c 100644 --- a/requirements.in +++ b/requirements.in @@ -16,7 +16,7 @@ google-api-python-client==1.9.0 gunicorn oauth2client Pillow==8.3.2 -protobuf==3.12.2 +protobuf==3.15.0 psycopg2-binary requests whitenoise diff --git a/requirements.txt b/requirements.txt index a5b586c5..ced08b0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,7 +89,7 @@ oauthlib==3.1.0 # via requests-oauthlib pillow==8.3.2 # via -r requirements.in -protobuf==3.12.2 +protobuf==3.15.0 # via # -r requirements.in # google-api-core