Skip to content

Commit

Permalink
Update setuptools requirement from ~=66.0 to ~=75.4
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v66.0.0...v75.4.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 8023387 commit 2faf0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ readme = { file = ['README.md'], content-type = 'text/markdown' }
[build-system]
build-backend = 'setuptools.build_meta'
requires = [
'setuptools ~= 66.0',
'setuptools ~= 75.4',
'setuptools_scm[toml] ~= 7.1.0',
'wheel ~= 0.38.4',
]
Expand Down

0 comments on commit 2faf0f2

Please sign in to comment.