From 317dac1c14962c5071d524362b0f6a968972de06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 17:58:12 +0000 Subject: [PATCH] Bump protobuf from 4.21.12 to 4.22.4 in /search Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.12 to 4.22.4. - [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.4) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/requirements.txt b/search/requirements.txt index 99043c51..1e248c8f 100644 --- a/search/requirements.txt +++ b/search/requirements.txt @@ -34,7 +34,7 @@ multidict==6.0.4 # via # aiohttp # yarl -protobuf==4.21.12 +protobuf==4.22.4 # via grpcio-tools pyparsing==3.0.9 # via search (setup.py)