From 3bc1bb644134f0ee8ba3873c7792f7bf98bfd530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:51:36 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.7.1 to 3.15.0 in /app Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.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.7.1...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3a81f61..a6b199a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -8,7 +8,7 @@ MarkupSafe==1.1.1 marshmallow==2.19.2 mysql-connector-python==8.0.16 peewee==3.9.5 -protobuf==3.7.1 +protobuf==3.15.0 PyMySQL==0.9.3 python-dotenv==0.10.2 six==1.12.0