From 9ff5485b93fe804c8aafbb5b190154ca8811a12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:02:49 +0000 Subject: [PATCH] Update setuptools requirement from <81 to <84 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...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.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..8bc7298f 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<84