diff --git a/pyproject.toml b/pyproject.toml index dcbfb25..20b9c77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requires-python = '>=3.8' dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==8.4.2", "pytest-cov==6.3.0", "types-requests"] +tests = ["pytest==8.4.2", "pytest-cov==7.0.0", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index 7f73bb1..06b93c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==8.4.2 -pytest-cov==6.3.0 +pytest-cov==7.0.0 coverage==7.10.6 mypy==1.18.1 pydocstyle==6.1.1