diff --git a/pyproject.toml b/pyproject.toml index 01042711..eb8a938c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,13 +36,13 @@ strict = [ "pymatgen==2023.2.22", "dscribe==1.2.2", "scikit-image==0.19.3", - "pytest==7.2.1", + "pytest==7.2.2", "pytest-cov==4.0.0", "pre-commit==3.1.0", "pydefect==0.7.0", ] -tests = ["pytest==7.2.1", "pytest-cov==4.0.0"] +tests = ["pytest==7.2.2", "pytest-cov==4.0.0"] [tool.setuptools.dynamic] readme = { file = ["README.rst"] }