Skip to content

Commit

Permalink
Bump nltk from 3.5 to 3.6.6 in /code
Browse files Browse the repository at this point in the history
Bumps [nltk](https://github.com/nltk/nltk) from 3.5 to 3.6.6.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.5...3.6.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2022
1 parent 2ea2ff6 commit 8007e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Django==3.2.14
gunicorn==20.1.0
joblib==0.14.1
mock==4.0.0
nltk==3.5
nltk==3.6.6
numpy==1.23.0
pandas==1.4.3
psycopg2-binary==2.9.3
Expand Down
2 changes: 1 addition & 1 deletion code/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
install_requires=[
"joblib==0.14.1",
"nltk==3.5",
"nltk==3.6.6",
"PyYAML==5.4",
"regex==2020.5.7",
"tqdm==4.46.0",
Expand Down

0 comments on commit 8007e2a

Please sign in to comment.