diff --git a/requirements-dev.txt b/requirements-dev.txt index 0901f71a..6ea9c287 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ py2exe==0.13.0.2; sys_platform == 'win32' # Testing pytest==8.3.5 pytest-cov==6.1.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[toml]==7.8.0 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs coverage-conditional-plugin==0.9.0