From fe322ffa97ff5a45138f2aeda89157ac83ec94d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:22:59 +0000 Subject: [PATCH 1/2] build(deps): update jiwer requirement in /requirements Updates the requirements on [jiwer](https://github.com/jitsi/jiwer) to permit the latest version. - [Release notes](https://github.com/jitsi/jiwer/releases) - [Commits](https://github.com/jitsi/jiwer/compare/v2.3.0...v3.0.3) --- updated-dependencies: - dependency-name: jiwer 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 2aa06516fee..c8c9e379756 100644 --- a/requirements/text_test.txt +++ b/requirements/text_test.txt @@ -1,7 +1,7 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -jiwer >=2.3.0, <=3.0.2 +jiwer >=2.3.0, <=3.0.3 rouge-score >0.1.0, <=0.1.2 bert_score ==0.3.13 huggingface-hub <0.16 # hotfix, failing SDR for latest PT 1.11 From 5f0ebaeee2c884db3b33550a023796a36eb4c2c6 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:12:49 +0200 Subject: [PATCH 2/2] Update requirements/text_test.txt --- 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 c8c9e379756..eb9d69af225 100644 --- a/requirements/text_test.txt +++ b/requirements/text_test.txt @@ -1,7 +1,7 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -jiwer >=2.3.0, <=3.0.3 +jiwer >=2.3.0, <3.1.0 rouge-score >0.1.0, <=0.1.2 bert_score ==0.3.13 huggingface-hub <0.16 # hotfix, failing SDR for latest PT 1.11