Skip to content

Commit

Permalink
Bump setuptools from 75.7.0 to 75.8.0 (carlkidcrypto#274)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.7.0 to 75.8.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.7.0...v75.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos <[email protected]>
  • Loading branch information
dependabot[bot] and carlkidcrypto authored Jan 12, 2025
1 parent 62ef0b5 commit a2bf88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools == 75.7.0",
"setuptools == 75.8.0",
"wheel == 0.45.1",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pyflakes==3.2.0
pyparsing==3.2.1
termcolor==2.5.0
tomli==2.2.1
setuptools==75.7.0
setuptools==75.8.0
urllib3==2.3.0
build==1.2.2
cibuildwheel==2.22.0
Expand Down

0 comments on commit a2bf88e

Please sign in to comment.