Skip to content

Commit

Permalink
Update setuptools requirement in the pip-updates group
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.

Updates `setuptools` to 75.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.2.0...v75.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent baa51fc commit 48b540a
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 @@ -17,7 +17,7 @@ classifiers = [
dependencies = [
"build >=0.9,<1.3",
"typer >=0.6.1,<0.13.0",
"setuptools >=69.2,<75.0; python_version >= \"3.12\"",
"setuptools >=69.2,<76.0; python_version >= \"3.12\"",
]
dynamic = []

Expand Down

0 comments on commit 48b540a

Please sign in to comment.