Skip to content

Commit

Permalink
chore: update setuptools requirement in /{{cookiecutter.repo_name}}
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@v69.1.0...v75.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 49cb14f commit 5770612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev = [
]

[build-system]
requires = ["setuptools~=69.1", "wheel~=0.42"]
requires = ["setuptools~=75.6", "wheel~=0.42"]

[tool.setuptools.packages.find]
where = ["."]
Expand Down

0 comments on commit 5770612

Please # to comment.