diff --git a/pyproject.toml b/pyproject.toml index c9f1bc22..afc7b4e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = [ "sphinx==7.2.5", ] dev = ["pre-commit>=2.12.1"] -tests = ["pytest-cov==4.1.0", "pytest==7.4.1", "moto==4.2.0"] +tests = ["pytest-cov==4.1.0", "pytest==7.4.1", "moto==4.2.2"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ @@ -55,7 +55,7 @@ strict = [ "maggma==0.53.1", "matplotlib==3.7.2", "monty==2023.8.8", - "moto==4.2.0", + "moto==4.2.2", "networkx==3.1", "pydantic==1.10.9", "pydash==7.0.6",