diff --git a/pyproject.toml b/pyproject.toml index 67ed090..a53dd06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==7.4.2", "pytest-cov==4.1.0"] +tests = ["pytest==7.4.4", "pytest-cov==4.1.0"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index 0aeee9c..13140c7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==7.1.2 +pytest==7.4.4 pytest-cov==4.1.0 coverage==7.4.0 mypy==0.950