From 8b82259f6a67ad41d03fdb148877f3279a917ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:42:25 +0000 Subject: [PATCH] Bump moto from 4.2.13 to 5.0.9 Bumps [moto](https://github.com/getmoto/moto) from 4.2.13 to 5.0.9. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/4.2.13...5.0.9) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79fcdac8..90ebe775 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.1", "pydantic==2.7.3",