Skip to content

Commit

Permalink
Bump setuptools from 75.5.0 to 75.6.0 (#249)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.5.0 to 75.6.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.5.0...v75.6.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>
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent 8b4e846 commit ceefc56
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 @@ -46,7 +46,7 @@ repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools == 75.5.0",
"setuptools == 75.6.0",
"wheel == 0.45.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest-cov==6.0.0
pytest-sugar==1.0.0
termcolor==2.5.0
tomli==2.1.0
setuptools==75.5.0
setuptools==75.6.0
urllib3==2.2.3
build==1.2.2
cibuildwheel==2.21.3
Expand Down

0 comments on commit ceefc56

Please sign in to comment.