From c2ddaa7544761d1c22fd7023f71aea4168a3210e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:56:37 +0000 Subject: [PATCH] Bump setuptools from 67.7.2 to 82.0.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 67.7.2 to 82.0.1. - [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/v67.7.2...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac12321af..8be8dd4db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=62.3"] +requires = ["setuptools>=62.3,<83.0"] build-backend = "setuptools.build_meta" [project] diff --git a/requirements/testing.txt b/requirements/testing.txt index 9f79ab98d..879da2dbc 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -9,6 +9,6 @@ pytest==7.3.1 pytest-asyncio==0.21.0 pytest-cov==4.0.0 ruff==0.0.265 -setuptools==67.7.2 +setuptools==82.0.1 tox==4.5.1 mypy==1.2.0