From c8b1049ef193808a3baf089dc5f9b34912d14ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 04:54:32 -0400 Subject: [PATCH] Bump moto from 5.1.14 to 5.1.15 (#2046) Bumps [moto](https://github.com/getmoto/moto) from 5.1.14 to 5.1.15. - [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.14...5.1.15) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.15 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 b32348534..6d3cfbf02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2905,14 +2905,14 @@ files = [ [[package]] name = "moto" -version = "5.1.14" +version = "5.1.15" 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.14-py3-none-any.whl", hash = "sha256:b9767848953beaf6650f1fd91615a3bcef84d93bd00603fa64dae38c656548e8"}, - {file = "moto-5.1.14.tar.gz", hash = "sha256:450690abb0b152fea7f93e497ac2172f15d8a838b15f22b514db801a6b857ae4"}, + {file = "moto-5.1.15-py3-none-any.whl", hash = "sha256:0ffcf943f421bc6e7248889c7c44182a9ec26f8df3457cd4b52418dab176a720"}, + {file = "moto-5.1.15.tar.gz", hash = "sha256:2ad9cc9710a3460505511543dba6761c8bd2006a49954ad3988bbf20ce9e6413"}, ] [package.dependencies] @@ -5926,4 +5926,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 = "6dec9c4df6bb3065e0a6220ae476fbe395148ce28ed2a84bb898c91500125783" +content-hash = "ec65e8b2876d2fcb83cdf87e407ba46e8a5d5a16a0b0cc4fbeb1c256d3e0ddf2" diff --git a/pyproject.toml b/pyproject.toml index 80fd80615..7a93886a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ hypothesis = "^6.141.1" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.14" +moto = "==5.1.15" pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.2"