From f218f6d04ffaf51eb5f3c0345a0ef6840e55127a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:41:23 +0900 Subject: [PATCH] build(deps): update sacrebleu requirement from <2.5.0,>=2.3.0 to >=2.3.0,<2.6.0 in /requirements (#2899) build(deps): update sacrebleu requirement in /requirements Updates the requirements on [sacrebleu](https://github.com/mjpost/sacrebleu) to permit the latest version. - [Release notes](https://github.com/mjpost/sacrebleu/releases) - [Changelog](https://github.com/mjpost/sacrebleu/blob/master/CHANGELOG.md) - [Commits](https://github.com/mjpost/sacrebleu/compare/v2.3.0...v2.5.1) --- updated-dependencies: - dependency-name: sacrebleu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/text_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/text_test.txt b/requirements/text_test.txt index 0080bb28fe9..175396df735 100644 --- a/requirements/text_test.txt +++ b/requirements/text_test.txt @@ -5,7 +5,7 @@ jiwer >=2.3.0, <3.1.0 rouge-score >0.1.0, <=0.1.2 bert_score ==0.3.13 huggingface-hub <0.28 -sacrebleu >=2.3.0, <2.5.0 +sacrebleu >=2.3.0, <2.6.0 mecab-ko >=1.0.0, <1.1.0 ; python_version < "3.12" # strict # todo: unpin python_version mecab-ko-dic >=1.0.0, <1.1.0 ; python_version < "3.12" # todo: unpin python_version