diff --git a/pyproject.toml b/pyproject.toml index 3cfb40b74..2353e1a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ test = [ "pytest==8.2.1", "pluggy==1.5.0", "pytest-cov==5.0.0", - "coverage==7.5.2", + "coverage==7.5.3", "pytest-datafiles==3.0.0", "pytest-mock==3.14.0", "pytest-timeout==2.3.1", diff --git a/requirements-test.txt b/requirements-test.txt index 1e586247d..aaaa5cba6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest==8.2.1 pluggy==1.5.0 pytest-cov==5.0.0 -coverage==7.5.2 +coverage==7.5.3 pytest-datafiles==3.0.0 pytest-mock==3.14.0 pytest-timeout==2.3.1