From aa6058fe1f0cde93be651d847a78dc68e09c65ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:40:31 +0000 Subject: [PATCH] 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] --- 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