diff --git a/pyproject.toml b/pyproject.toml index 6376c640f..dd7cd5156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dev = [ "pytest==8.3.3", "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pycodestyle==2.12.1", "black==24.10.0", "isort==5.13.2", diff --git a/requirements.txt b/requirements.txt index 57bae029e..ea69d9bf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pydantic==2.9.2 # pydantic-core==2.23.4 pygments==2.18.0 pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-instafail==0.5.0 pytest-sugar==1.0.0 python-flirt==0.8.10