From ae4fc20819c88efe7c319e6fe641ea4af7a89ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:02:42 +0000 Subject: [PATCH] Update setuptools requirement from <81 to <83 in /.github/workflows 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/0.6...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-constraints.txt b/.github/workflows/build-constraints.txt index 4d0c4c88..5920c954 100644 --- a/.github/workflows/build-constraints.txt +++ b/.github/workflows/build-constraints.txt @@ -1,4 +1,4 @@ # Constraints for building source distributions # pytest-dependency uses a legacy setup.py incompatible with setuptools 81+ # See: https://github.com/RKrahl/pytest-dependency/issues/91 -setuptools<81 +setuptools<83