From c37913fe3fbff87ea5e181af7a5cd1be7992727c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:00:46 +0000 Subject: [PATCH] Bump protobuf from 4.21.12 to 4.22.3 in /micro_synteny_search Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.12 to 4.22.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/commits/v4.22.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- micro_synteny_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micro_synteny_search/requirements.txt b/micro_synteny_search/requirements.txt index 85076a28..a835682c 100644 --- a/micro_synteny_search/requirements.txt +++ b/micro_synteny_search/requirements.txt @@ -36,7 +36,7 @@ multidict==6.0.4 # via # aiohttp # yarl -protobuf==4.21.12 +protobuf==4.22.3 # via grpcio-tools redis==4.4.2 # via micro-synteny-search (setup.py)