From 551f1ad946747fac187a1c017b0f40355c758bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:34:44 +0000 Subject: [PATCH] build(deps-dev): 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](https://github.com/pypa/setuptools/compare/v36.6.0...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/dev.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9553149..555c3f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ # pkg_resources was removed from setuptools in 82.0.0 # https://github.com/pypa/setuptools/issues/3085 # https://setuptools.pypa.io/en/latest/history.html#v82-0-0 - 'setuptools>=36.6.0,<82', + 'setuptools>=36.6.0,<83', # For building wheels 'wheel', ] diff --git a/requirements/dev.in b/requirements/dev.in index 30e0477..d348c46 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -21,7 +21,7 @@ pydocstyle >= 6.1.0 pygments pylint pyroma -setuptools < 82 +setuptools < 83 types-mock types-setuptools < 82 vulture