From 65bd113969ee1401b624e02ab7fa7bf449964770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:59:55 +0000 Subject: [PATCH] build(deps): update regex requirement in /requirements Updates the requirements on [regex](https://github.com/mrabarnett/mrab-regex) to permit the latest version. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2021.11.10...2024.9.11) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/text.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/text.txt b/requirements/text.txt index abdfe6808a7..b4385c89136 100644 --- a/requirements/text.txt +++ b/requirements/text.txt @@ -3,7 +3,7 @@ nltk >3.8.1, <=3.9.1 tqdm <4.67.0 -regex >=2021.9.24, <=2024.7.24 +regex >=2021.9.24, <=2024.9.11 transformers >4.4.0, <4.45.0 mecab-python3 >=1.0.6, <1.1.0 ipadic >=1.0.0, <1.1.0