From 672254266882a463439d5542b4e1e97ba873b354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 06:01:45 +0000 Subject: [PATCH] Update protobuf requirement from <=3.20 to <=4.22.1 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/compare/v2.4.1...v4.22.1) --- 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 4644779d..a4a59305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ accelerate bettermap # For the P3 datasets, which we get from huggingface datasets -protobuf<=3.20 +protobuf<=4.22.1 # For lm-eval sacrebleu>=1.5.0