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 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