Skip to content

Commit

Permalink
Bump setuptools from 74.0.0 to 74.1.2 (#60)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.0.0 to 74.1.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.0.0...v74.1.2)

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

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 Sep 7, 2024
1 parent 7d7e4d0 commit 4db0f81
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==74.0.0
setuptools==74.1.2
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==74.0.0',
'setuptools==74.1.2',
'pytest==8.3.2',
'dotsetup==0.0.2',
'packaging==24.1',
Expand Down

0 comments on commit 4db0f81

Please sign in to comment.