diff --git a/requirements-build.txt b/requirements-build.txt index 871f77f..c653ab8 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,7 +1,7 @@ # This file is used for running tox, flake8 and building the wheel pip~=24.0 -virtualenv~=20.25 +virtualenv~=20.26 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability logilab-common~=2.0 m2r~=0.3 -tox~=4.14 +tox~=4.15 diff --git a/requirements-test.txt b/requirements-test.txt index b302db0..127c73a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,10 +1,10 @@ # This file prepares the pytest and coverage env and is used by tox.ini codecov~=2.1 cov-core~=1.15 -coverage~=7.4 +coverage~=7.5 flake8~=7.0 mock~=5.1 -pytest~=8.1 +pytest~=8.2 pytest-cov~=5.0 pytest-gitignore~=1.3 pytest-mock~=3.14