From e9567933b26afa3e311bde989a111215915bd159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:01:28 +0000 Subject: [PATCH] Bump grpcio from 1.51.1 to 1.54.0 in /gene_search Bumps [grpcio](https://github.com/grpc/grpc) from 1.51.1 to 1.54.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.51.1...v1.54.0) --- updated-dependencies: - dependency-name: grpcio 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..082217dc 100644 --- a/gene_search/requirements.txt +++ b/gene_search/requirements.txt @@ -24,7 +24,7 @@ frozenlist==1.3.3 # via # aiohttp # aiosignal -grpcio==1.51.1 +grpcio==1.54.0 # via # gene-search (setup.py) # grpcio-tools