Skip to content

Commit

Permalink
Bump setuptools from 50.3.2 to 65.5.1
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 50.3.2 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v50.3.2...v65.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2022
1 parent 7627b8c commit f3d6cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools==50.3.2
setuptools==65.5.1
cython==0.29.21
numpy==1.18.5
nltk==3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read(fname):
"numpy==1.18.5",
"matplotlib==3.3.2",
"tensorflow==2.3.1",
"setuptools==50.3.2",
"setuptools==65.5.1",
"spacy==2.3.2",
"pandas==1.1.4",
"seaborn==0.11.0",
Expand Down

0 comments on commit f3d6cc8

Please sign in to comment.