Skip to content

Commit

Permalink
build(deps): update tqdm requirement from <=4.64.1,>=4.41.0 to >=4.41…
Browse files Browse the repository at this point in the history
….0,<=4.65.0 in /requirements (#1599)

build(deps): update tqdm requirement in /requirements

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@v4.41.0...v4.65.0)

---
updated-dependencies:
- dependency-name: tqdm
  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 0208d74)
  • Loading branch information
dependabot[bot] authored and Borda committed Mar 10, 2023
1 parent ecf1cd2 commit d4c7e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/text.txt
Expand Up @@ -2,5 +2,5 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

nltk >=3.6, <=3.8.1
tqdm >=4.41.0, <=4.64.1
tqdm >=4.41.0, <=4.65.0
regex >=2021.9.24, <=2022.10.31

0 comments on commit d4c7e28

Please sign in to comment.