Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent 3f2f446 commit e4c773c
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==72.1.0
pytest==8.3.2
dotsetup~=0.0.2
packaging~=24.1
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==72.1.0',
'pytest==8.3.2',
'dotsetup==0.0.2',
'packaging==24.1',
Expand Down

0 comments on commit e4c773c

Please sign in to comment.