Skip to content

Commit

Permalink
build(deps): update tqdm requirement in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v1.0.0...v4.67.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 0d009de commit 5635248
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 @@ -2,7 +2,7 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

nltk >3.8.1, <=3.9.1
tqdm <4.67.0
tqdm <4.68.0
regex >=2021.9.24, <=2024.9.11
transformers >4.4.0, <4.47.0
mecab-python3 >=1.0.6, <1.1.0
Expand Down

0 comments on commit 5635248

Please sign in to comment.