Skip to content

Commit

Permalink
chore(deps): update setuptools requirement from <=72.2.0,>=62.6 to >=…
Browse files Browse the repository at this point in the history
…62.6,<=75.3.0 (Pycord-Development#2643)

chore(deps): update setuptools requirement

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@v72.2.0...v75.3.0)

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

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 8, 2024
1 parent 85319f9 commit bfcc89d
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
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=62.6,<=72.2.0",
"setuptools>=62.6,<=75.3.0",
"setuptools-scm>=6.2,<=8.1.0",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit bfcc89d

Please sign in to comment.