From 4e550e7b21b60698f9d8596989f87d1bd13dac14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:45:41 +0000 Subject: [PATCH] Bump moto from 4.2.13 to 5.0.1 Bumps [moto](https://github.com/getmoto/moto) from 4.2.13 to 5.0.1. - [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.1) --- 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 f6f4b4f0..301deeaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "sphinx==7.2.6", ] dev = ["pre-commit>=2.12.1"] -tests = ["moto==4.2.13", "pytest-cov==4.1.0", "pytest==8.0.0"] +tests = ["moto==5.0.1", "pytest-cov==4.1.0", "pytest==8.0.0"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ @@ -56,7 +56,7 @@ strict = [ "maggma==0.62.1", "matplotlib==3.8.2", "monty==2024.2.2", - "moto==4.2.13", + "moto==5.0.1", "networkx==3.2.1", "pydantic-settings==2.1.0", "pydantic==2.6.1",