diff --git a/requirements-dev.txt b/requirements-dev.txt index 9560b8994..4eb9fdef9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ grip==4.6.1 py2exe==0.13.0.0; sys_platform == 'win32' # Testing -pytest==7.4.0 +pytest==7.4.3 pytest-cov==4.1.0 # Pytest code coverage support coverage[toml]==7.2.7 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs coverage-conditional-plugin==0.9.0