From 2f18aa03e7e79f96493721a79fb6f5063922a10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:42:44 +0000 Subject: [PATCH] Bump moto from 5.2.2 to 5.2.3 Bumps [moto](https://github.com/getmoto/moto) from 5.2.2 to 5.2.3. - [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.2.2...5.2.3) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.3 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 30fdcd9c..4bf24a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs = [ "sphinx==8.1.3", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] -tests = ["moto==5.2.2", "pytest-cov==7.1.0", "pytest==9.1.1"] +tests = ["moto==5.2.3", "pytest-cov==7.1.0", "pytest==9.1.1"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ @@ -58,7 +58,7 @@ strict = [ "maggma==0.72.1", "matplotlib==3.10.9", "monty==2025.3.3", - "moto==5.2.2", + "moto==5.2.3", "networkx==3.4.2", "pydantic-settings==2.15.0", "pydantic==2.13.4",