diff --git a/requirements-dev.txt b/requirements-dev.txt index b608ae1f..b7189c53 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ lxml==4.9.2 py2exe==0.13.0.0; sys_platform == 'win32' # Testing -pytest==7.2.0 +pytest==7.2.1 pytest-cov==4.0.0 # Pytest code coverage support coverage[toml]==7.0.5 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs coverage-conditional-plugin==0.8.0