From 591e3f113e8b7099cf5968b69ed044b0d3233562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:02:58 +0000 Subject: [PATCH] Bump protobuf from 4.21.12 to 4.22.1 in /gene_search Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.12 to 4.22.1. - [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/v4.22.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gene_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gene_search/requirements.txt b/gene_search/requirements.txt index 2ece9a07..3a684ba2 100644 --- a/gene_search/requirements.txt +++ b/gene_search/requirements.txt @@ -36,7 +36,7 @@ multidict==6.0.4 # via # aiohttp # yarl -protobuf==4.21.12 +protobuf==4.22.1 # via grpcio-tools redis==4.4.2 # via gene-search (setup.py)