Skip to content

Commit

Permalink
Bump setuptools from 58.1.0 to 58.2.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 58.1.0 to 58.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v58.1.0...v58.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 4, 2021
1 parent b661e59 commit 13dcee9
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
Expand Up @@ -31,7 +31,7 @@ pyvo==1.1
ratelimit==2.2.1
requests==2.26.0
scipy==1.7.1
setuptools==58.1.0
setuptools==58.2.0
shapely==1.7.1
sklearn==0.0
slackclient==2.9.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ratelimit == 2.2.1",
"requests == 2.26.0",
"scipy == 1.7.1",
"setuptools == 58.1.0",
"setuptools == 58.2.0",
"shapely == 1.7.1",
"sklearn == 0.0",
"slackclient == 2.9.3",
Expand Down

0 comments on commit 13dcee9

Please sign in to comment.