Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2022
1 parent 9785081 commit 44695c1
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 @@ -7,5 +7,5 @@ matplotlib==3.5.1
numpy==1.22.3
numexpr==2.8.1
scipy==1.8.0
setuptools==61.2.0
setuptools==61.3.0
sphinx==4.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"numexpr==2.8.1",
"numpy==1.22.3",
"scipy==1.8.0",
"setuptools==61.2.0",
"setuptools==61.3.0",
"sphinx==4.5.0",
],
package_data={
Expand Down

0 comments on commit 44695c1

Please sign in to comment.