From bdd1824d92056182fd9c2408851cbdd50f371a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:18:13 +0000 Subject: [PATCH] Bump moto from 5.1.11 to 5.1.12 Bumps [moto](https://github.com/getmoto/moto) from 5.1.11 to 5.1.12. - [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.11...5.1.12) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fd97f650a..ed82ba9ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2714,14 +2714,14 @@ files = [ [[package]] name = "moto" -version = "5.1.11" +version = "5.1.12" 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.11-py3-none-any.whl", hash = "sha256:d09429ed5f67f8568637700cd525997d6abe7f91439a6f900b4f98a9fe4ecac9"}, - {file = "moto-5.1.11.tar.gz", hash = "sha256:1330b6d9b91088e971469dfb67f297595541914b364e0b49047bb82622975ec7"}, + {file = "moto-5.1.12-py3-none-any.whl", hash = "sha256:c9f1119ab57819ce4b88f793f51c6ca0361b6932a90c59865fd71022acfc5582"}, + {file = "moto-5.1.12.tar.gz", hash = "sha256:6eca3a020cb89c188b763610c27c969c32b832205712d3bdcb1a6031a4005187"}, ] [package.dependencies] @@ -5668,4 +5668,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "2a1f323c9e8a7ce520a57570a833bedf9468f6f8ec78c850d1a815d38a810701" +content-hash = "b5ec104b58c3956a404f45fa8a6218f01b1068eedfb89542d24148247a8562e7" diff --git a/pyproject.toml b/pyproject.toml index 05b834b6e..bd8c3a43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ freezegun = "^1.5.5" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.11" +moto = "==5.1.12" pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.2"