diff --git a/pyproject.toml b/pyproject.toml index d4bd7e05..06b00eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ strict = [ "m3gnet==0.1.0", ] with_m3gnet = ["m3gnet==0.1.0"] -tests = ["pytest==7.1.3", "pytest-cov==4.0.0"] +tests = ["pytest==7.2.0", "pytest-cov==4.0.0"] [tool.coverage.run] include = ["src/*"]