From 6cb652fc8dd209fddcf9842515652ec4fb6d9004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:00:40 +0000 Subject: [PATCH] Bump protobuf from 4.21.12 to 4.22.3 in /chromosome_region 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] --- chromosome_region/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromosome_region/requirements.txt b/chromosome_region/requirements.txt index 12f1a4a3..30839fdd 100644 --- a/chromosome_region/requirements.txt +++ b/chromosome_region/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 chromosome-region (setup.py)