Skip to content

Commit

Permalink
build(deps): update regex requirement from <=2024.4.16,>=2021.9.24 to…
Browse files Browse the repository at this point in the history
… >=2021.9.24,<=2024.5.10 in /requirements (#2539)

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](mrabarnett/mrab-regex@2021.11.10...2024.5.10)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e4d97fa)
  • Loading branch information
dependabot[bot] authored and Borda committed May 15, 2024
1 parent 5d707c0 commit 8deefe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/text.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

nltk >=3.6, <=3.8.1
tqdm >=4.41.0, <4.67.0
regex >=2021.9.24, <=2024.4.16
regex >=2021.9.24, <=2024.5.10
transformers >4.4.0, <4.41.0
mecab-python3 >=1.0.6, <1.1.0
ipadic >=1.0.0, <1.1.0
Expand Down

0 comments on commit 8deefe0

Please sign in to comment.