From 6b82d85f6076e71177dfd195c5ec80fede20fbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:02:10 +0000 Subject: [PATCH] Bump moto from 5.1.15 to 5.1.16 Bumps [moto](https://github.com/getmoto/moto) from 5.1.15 to 5.1.16. - [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/5.1.15...5.1.16) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.16 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bef4be04..a4d2923a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ docs = [ "sphinx==8.1.3", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] -tests = ["moto==5.1.15", "pytest-cov==7.0.0", "pytest==8.4.2"] +tests = ["moto==5.1.16", "pytest-cov==7.0.0", "pytest==8.4.2"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ @@ -57,7 +57,7 @@ strict = [ "maggma==0.72.0", "matplotlib==3.10.7", "monty==2025.3.3", - "moto==5.1.15", + "moto==5.1.16", "networkx==3.4.2", "pydantic-settings==2.11.0", "pydantic==2.12.3",