Skip to content

Commit

Permalink
Update setuptools requirement from <68.0,>=59.0 to >=59.0,<74.0
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@v59.0.0...v73.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d95fbbe commit a3bb73b
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 @@ -5,7 +5,7 @@

[build-system]
# setuptools version 59.6.0 is the last version supporting Python 3.6.
requires = ["setuptools >=59.0, <68.0"]
requires = ["setuptools >=59.0, <74.0"]
build-backend = "setuptools.build_meta"

[tool.bandit]
Expand Down

0 comments on commit a3bb73b

Please sign in to comment.