diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-28 07:13:52 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 07:13:52 +0000 |
| commit | e642eb7d8f11cd770acbc84336f2c5583acc21d0 (patch) | |
| tree | 58de8a1aa6ce041db37f6d74f4d1d9eba6c2eb20 | |
| parent | acc93d836ec9c548512c11fe8b1a2561009f22cd (diff) | |
| download | edify-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]>
| -rw-r--r-- | ci/requirements.txt | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt index 80d9c39..a50e86a 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ virtualenv>=21.3.0 pip>=19.1.1 -setuptools>=18.0.1 +setuptools>=82.0.1 six>=1.17.0 tox 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", ] |
