From 7283e8540867b274ef39dbe8342e50c5d62206fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 04:04:38 +0000 Subject: [PATCH] Update protobuf requirement from ~=4.21.2 to ~=4.21.3 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69af42ce633..d1d9b7d3beb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pickleshare~=0.7.5 Pillow~=9.2.0 prometheus-client~=0.14.1 prompt-toolkit~=3.0.30 -protobuf~=4.21.2 +protobuf~=4.21.3 psutil~=5.9.1 pyasn1~=0.4.8 pyasn1-modules~=0.2.8