From 1c185b8b0556db04f80a53d6dd3901c3101a5f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:42:29 +0000 Subject: [PATCH] Bump moto from 5.1.5 to 5.1.6 Bumps [moto](https://github.com/getmoto/moto) from 5.1.5 to 5.1.6. - [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.5...5.1.6) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.6 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 1a9a7de96..b3016b415 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2728,14 +2728,14 @@ files = [ [[package]] name = "moto" -version = "5.1.5" +version = "5.1.6" 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.5-py3-none-any.whl", hash = "sha256:866ae85eb5efe11a78f991127531878fd7f49177eb4a6680f47060430eb8932d"}, - {file = "moto-5.1.5.tar.gz", hash = "sha256:42b362ea9a16181e8e7b615ac212c294b882f020e9ae02f01230f167926df84e"}, + {file = "moto-5.1.6-py3-none-any.whl", hash = "sha256:e4a3092bc8fe9139caa77cd34cdcbad804de4d9671e2270ea3b4d53f5c645047"}, + {file = "moto-5.1.6.tar.gz", hash = "sha256:baf7afa9d4a92f07277b29cf466d0738f25db2ed2ee12afcb1dc3f2c540beebd"}, ] [package.dependencies] @@ -5587,4 +5587,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "4ff2b5a9a6d9ce6ab156bb0f5de8ddce0276c33cefdc9629baff060e059a8236" +content-hash = "81e9884060dde73a08dfea4fa01a34345c78cfa64519ae9364dc9aca9c55f222" diff --git a/pyproject.toml b/pyproject.toml index e5646ccf4..959a6470b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ freezegun = "^1.5.2" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.5" +moto = "==5.1.6" pip-audit = "*" pre-commit = "^4.2.0" pytest = "^8.4.0"