Skip to content

Commit

Permalink
Bump setuptools from 69.2.0 to 70.1.1
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 70.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.2.0...v70.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 27, 2024
1 parent 0edebd9 commit af8a7be
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,5 +1,5 @@
pip==24.1.1
setuptools==69.2.0
setuptools==70.1.1
pytest==8.1.0
dotsetup~=0.0.2
packaging~=23.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
python_requires='>=3.8',
install_requires=[
'setuptools==69.2.0',
'setuptools==70.1.1',
'pytest==8.1.0',
'dotsetup==0.0.2',
'packaging==23.2',
Expand Down

0 comments on commit af8a7be

Please sign in to comment.