From b79cb2b76aa5f65ab46c41008abf7370034e351e Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:11:04 +0100 Subject: [PATCH 1/2] Restrict setuptools version range in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 210e29a8397..7c1e716c985 100644 --- a/requirements.txt +++ b/requirements.txt @@ -135,7 +135,7 @@ pytest-bdd==7.1.2 splinter==0.21.0 pytest-splinter==3.3.2 pytest-django==4.8.0 -setuptools>=59 +setuptools>=59,<=63 pixelmatch==0.3.0 factory-boy==3.3.0 flaky==3.8.1 From d50698b2f2caa1ba0328ee37e031b7ccb941c8e0 Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:12:05 +0100 Subject: [PATCH 2/2] Restrict setuptools version range to 59-63 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 587603cb329..c9fcc3eea95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -161,7 +161,7 @@ install_requires = pytest-splinter==3.3.2 pytest-django==4.8.0 pip==25.0.1 - setuptools>=59 + setuptools>=59,<=63 pixelmatch==0.3.0 factory-boy==3.3.0 flaky==3.8.1