From 248430ea39882821a98598eb43673770216b58ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 06:56:54 +0000 Subject: [PATCH] Bump protobuf from 4.21.1 to 4.21.6 in /backend/server Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.1 to 4.21.6. - [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/commits) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/server/requirements.txt b/backend/server/requirements.txt index d400a47..c832a0d 100644 --- a/backend/server/requirements.txt +++ b/backend/server/requirements.txt @@ -1,4 +1,4 @@ grpcio==1.51.1 overrides==7.3.1 -protobuf==4.21.1 +protobuf==4.21.6 psycopg2-binary==2.9.5 \ No newline at end of file