aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-04-28 07:13:52 +0000
committerGitHub <[email protected]>2026-04-28 07:13:52 +0000
commite642eb7d8f11cd770acbc84336f2c5583acc21d0 (patch)
tree58de8a1aa6ce041db37f6d74f4d1d9eba6c2eb20 /pyproject.toml
parentacc93d836ec9c548512c11fe8b1a2561009f22cd (diff)
downloadedify-e642eb7d8f11cd770acbc84336f2c5583acc21d0.tar.xz
edify-e642eb7d8f11cd770acbc84336f2c5583acc21d0.zip
Update setuptools requirement from >=30.3.0 to >=82.0.1
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](https://github.com/pypa/setuptools/compare/v30.3.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fc9d53d..022853d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "setuptools>=30.3.0",
+ "setuptools>=82.0.1",
"wheel",
]