Skip to content

Commit

Permalink
Bump setuptools from 73.0.1 to 74.0.0 (#57)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 74.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.1...v74.0.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 29, 2024
1 parent fbb14cc commit 7d7e4d0
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.2
setuptools==73.0.1
setuptools==74.0.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==73.0.1',
'setuptools==74.0.0',
'pytest==8.3.2',
'dotsetup==0.0.2',
'packaging==24.1',
Expand Down

0 comments on commit 7d7e4d0

Please sign in to comment.