diff --git a/pyproject.toml b/pyproject.toml index 2f91b0ea..bbea6425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "sphinx==7.3.7", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] -tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.2.2"] +tests = ["moto==5.0.9", "pytest-cov==5.0.0", "pytest==8.2.2"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ @@ -56,7 +56,7 @@ strict = [ "maggma==0.67.0", "matplotlib==3.9.0", "monty==2024.5.24", - "moto==4.2.13", + "moto==5.0.9", "networkx==3.2.1", "pydantic-settings==2.3.3", "pydantic==2.7.3",