From 259395e9f4c5e764eb67cb244e1b1624eed4cedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:23:56 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.7.1 to 3.18.3 in /app Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.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.7.1...v3.18.3) --- 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..3de38a6 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.18.3 PyMySQL==0.9.3 python-dotenv==0.10.2 six==1.12.0