diff --git a/pyproject.toml b/pyproject.toml index af7122fa10..9a580ac180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ notebook = [ # FIXME: update to newer versions tests = [ "pytest==8.4.1", - "pytest-cov==6.2.1", + "pytest-cov==7.0.0", "pytest-mock==3.14.1", "tox", ]