Skip to content

Commit

Permalink
Update setuptools requirement from ~=70.3.0 to ~=75.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v75.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b934409 commit af87e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ pytest-cov>=2.11.1 # via -r requirements-dev.in
pytest>=6.2.2 # via -r requirements-dev.in
ipython>=8.10.0 # via -r requirements-dev.in, pinned by Snyk to avoid SNYK-PYTHON-IPYTHON-3318382
pydocstyle>=6.1.0
setuptools~=70.3.0 # pinning to avoid failures with new iterations of setuptools
setuptools~=75.2.0 # pinning to avoid failures with new iterations of setuptools
zipp>=3.19.1 # not directly required, pinned by Snyk
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"pytest-cov",
"pytest",
"bandit",
"setuptools~=70.3.0"
"setuptools>=70.3,<75.3"
],
},
classifiers=[
Expand Down

0 comments on commit af87e63

Please sign in to comment.