Skip to content

Commit

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

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.4.16)

---
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>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 0b33bd0 commit 82ab513
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, <=2023.12.25
regex >=2021.9.24, <=2024.4.16
transformers >4.4.0, <4.40.0
mecab-python3 >=1.0.6, <1.1.0
ipadic >=1.0.0, <1.1.0
Expand Down

0 comments on commit 82ab513

Please sign in to comment.