diff --git a/pyproject.toml b/pyproject.toml index 398b31c..404d339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requires-python = '>=3.8' dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==8.3.3", "pytest-cov==6.0.0", "types-requests"] +tests = ["pytest==8.3.4", "pytest-cov==6.0.0", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index c3a438d..fe26c05 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==8.3.3 +pytest==8.3.4 pytest-cov==6.0.0 coverage==7.6.7 mypy==1.13.0