diff --git a/pyproject.toml b/pyproject.toml index 56e3030..92e415f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "coverage>=7.3.2,<8.0.0", "pylint>=3.0.0,<4.0.0", "pytest>=7.4.2,<8.0.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=7.1.0,<7.2.0", "responses>=0.23.3,<1.0.0", "black>=24.0.0,<25.0.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 2767a63..33d1187 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage>=7.3.2,<8.0.0 pylint>=3.0.0,<4.0.0 pytest>=9.1.0,<9.2.0 -pytest-cov>=4.1.0,<5.0.0 +pytest-cov>=7.1.0,<7.2.0 responses>=0.23.3,<1.0.0 black>=26.5.1,<26.6.0 \ No newline at end of file