Skip to content

Commit fe891d9

Browse files
build(deps): bump nltk from 3.7 to 3.9 (#18)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c079d65 commit fe891d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tensorflow>=2.11.1
2-
nltk==3.7
2+
nltk==3.9
33
bs4==0.0.1
44
scikit-learn==1.2.2
55
Pillow==10.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def run_tests(self):
103103
"tqdm==4.66.3",
104104
"bs4==0.0.1",
105105
"pandas==1.4.2",
106-
"nltk==3.7",
106+
"nltk==3.9",
107107
"tensorflow>=2.11.1",
108108
"scikit-learn==1.2.2",
109109
"joblib==1.2.0",

streamlit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ joblib
44
tqdm
55
nltk
66
tensorflow>=2.11.1
7-
nltk==3.7
7+
nltk==3.9
88
bs4==0.0.1
99
scikit-learn >=1.2.1
1010
Pillow==10.3.0

0 commit comments

Comments
 (0)