diff --git a/requirements-build.txt b/requirements-build.txt index b2b48c4..255065f 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,6 +1,6 @@ # This file is used for running tox, flake8 and building the wheel pip~=24.1 virtualenv~=20.26 -setuptools~=70.2 +setuptools~=70.3 logilab-common~=2.0 tox~=4.16 diff --git a/requirements-test.txt b/requirements-test.txt index b4d8243..3db206f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,13 +1,13 @@ # This file prepares the pytest and coverage env and is used by tox.ini codecov~=2.1 cov-core~=1.15 -coverage~=7.5 +coverage~=7.6 flake8~=7.1 mock~=5.1 pytest~=8.2 pytest-cov~=5.0 pytest-gitignore~=1.3 pytest-mock~=3.14 -setuptools~=70.2 +setuptools~=70.3 wheel~=0.43 -e.