diff --git a/requirements-dev.txt b/requirements-dev.txt index e00633c5..d9c88447 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ mistune==3.1.1 py2exe==0.13.0.2; sys_platform == 'win32' # Testing -pytest==8.3.4 +pytest==8.3.5 pytest-cov==6.0.0 # Pytest code coverage support coverage[toml]==7.6.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs coverage-conditional-plugin==0.9.0