Skip to content

Commit

Permalink
build(deps): bump nltk from 3.7 to 3.9
Browse files Browse the repository at this point in the history
Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9.
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.7...3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent c079d65 commit c69a4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow>=2.11.1
nltk==3.7
nltk==3.9
bs4==0.0.1
scikit-learn==1.2.2
Pillow==10.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def run_tests(self):
"tqdm==4.66.3",
"bs4==0.0.1",
"pandas==1.4.2",
"nltk==3.7",
"nltk==3.9",
"tensorflow>=2.11.1",
"scikit-learn==1.2.2",
"joblib==1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion streamlit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ joblib
tqdm
nltk
tensorflow>=2.11.1
nltk==3.7
nltk==3.9
bs4==0.0.1
scikit-learn >=1.2.1
Pillow==10.3.0
Expand Down

0 comments on commit c69a4ea

Please sign in to comment.