From 50980c3766cbae637857e7dca76035eac1db9f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:24:22 +0000 Subject: [PATCH] Bump moto from 5.1.12 to 5.1.13 (#1986) Bumps [moto](https://github.com/getmoto/moto) from 5.1.12 to 5.1.13. - [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.12...5.1.13) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71c0e981b..349476f4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2791,14 +2791,14 @@ files = [ [[package]] name = "moto" -version = "5.1.12" +version = "5.1.13" description = "A library that allows you to easily mock out tests based on AWS infrastructure" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "moto-5.1.12-py3-none-any.whl", hash = "sha256:c9f1119ab57819ce4b88f793f51c6ca0361b6932a90c59865fd71022acfc5582"}, - {file = "moto-5.1.12.tar.gz", hash = "sha256:6eca3a020cb89c188b763610c27c969c32b832205712d3bdcb1a6031a4005187"}, + {file = "moto-5.1.13-py3-none-any.whl", hash = "sha256:2659d2ffbded101fb65d02f4271754550759c22440fe890fb72f37b339e9845f"}, + {file = "moto-5.1.13.tar.gz", hash = "sha256:f707b4b8943d833cafafec2f16de10d038f6afdfcbf9987457e22ef5a6d8c697"}, ] [package.dependencies] @@ -5782,4 +5782,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "bc1c7c6068bf9ac3fb5fbb95570a4ae7c9436fcb2d29c6feb97461183bc11e28" +content-hash = "b7f8fbf9e3e1e018b0ed1c54ed94516b7a8cc7260c91ca85b81cdf2d81022581" diff --git a/pyproject.toml b/pyproject.toml index 1445ba9ca..7e3218cc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ hypothesis = "^6.140.1" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.12" +moto = "==5.1.13" pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.2"