Skip to content

Commit 7d4cdfa

Browse files
Update setuptools requirement from >=62 to >=82.0.1 (#582)
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@v62.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db843a4 commit 7d4cdfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev = [
5353

5454
[build-system]
5555
requires = [
56-
"setuptools>=62", # Used to build and package the Python project
56+
"setuptools>=82.0.1", # Used to build and package the Python project
5757
"setuptools_scm>=6.2", # Gets release version from git. Makes it available programmatically
5858
]
5959
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)