diff --git a/pyproject.toml b/pyproject.toml index ac15a0d..875ac83 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.3.5", "pytest-cov==6.1.1", "types-requests"] +tests = ["pytest==8.4.1", "pytest-cov==6.1.1", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index 68d5a3e..5f6f59c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==8.3.5 +pytest==8.4.1 pytest-cov==6.1.1 coverage==7.9.1 mypy==1.15.0