From b4247c0fac23a4c52ce9e9d2f37d0a1f8bd4ed55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:52:42 +0000 Subject: [PATCH] build(deps-dev): update setuptools requirement from >=74.1.2 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/v74.1.2...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d881156d..40f6b4e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "pytest-watcher>=0.4.3", "pytest-xdist>=3.6.1", "pytest>=8.3.2", - "setuptools>=74.1.2", + "setuptools>=82.0.1", "types-python-dateutil>=2.9.0.20240821", "types-urllib3>=1.26.25.14", "django-watchfiles>=1.4.0",