From 08ae0c6089246d8adffabc8d3c13da6305c21a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 03:02:49 +0000 Subject: [PATCH] Bump protobuf from 3.7.1 to 3.15.0 in /requirements 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] --- requirements/app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/app.txt b/requirements/app.txt index 4ffcc19..9773f9e 100644 --- a/requirements/app.txt +++ b/requirements/app.txt @@ -4,4 +4,4 @@ psutil==5.6.7 pyobjc-core==5.2; sys_platform == 'darwin' pyobjc-framework-Cocoa==5.2; sys_platform == 'darwin' pyobjc-framework-Quartz==5.2; sys_platform == 'darwin' -protobuf==3.7.1 \ No newline at end of file +protobuf==3.15.0 \ No newline at end of file