From 3456d5764d69781d57b49735b2158b10e33cb250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:02:37 +0000 Subject: [PATCH] Update protobuf requirement from ~=4.21.7 to ~=4.21.8 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 ed4864f130b..04f44cf9ae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,7 +89,7 @@ pluggy~=1.0.0 portalocker~=2.5.1 prometheus-client~=0.15.0 prompt-toolkit~=3.0.31 -protobuf~=4.21.7 +protobuf~=4.21.8 psutil~=5.9.2 pure-eval~=0.2.2 py~=1.11.0