From eb4c6a5ff9f0d42b82e12595b1aa891b8f380585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:47:06 +0000 Subject: [PATCH] Bump moto from 5.1.4 to 5.1.5 Bumps [moto](https://github.com/getmoto/moto) from 5.1.4 to 5.1.5. - [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.4...5.1.5) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.5 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 603cf0423..ab083555a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2717,14 +2717,14 @@ files = [ [[package]] name = "moto" -version = "5.1.4" +version = "5.1.5" 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.4-py3-none-any.whl", hash = "sha256:9a19d7a64c3f03824389cfbd478b64c82bd4d8da21b242a34259360d66cd108b"}, - {file = "moto-5.1.4.tar.gz", hash = "sha256:b339c3514f2986ebefa465671b688bdbf51796705702214b1bad46490b68507a"}, + {file = "moto-5.1.5-py3-none-any.whl", hash = "sha256:866ae85eb5efe11a78f991127531878fd7f49177eb4a6680f47060430eb8932d"}, + {file = "moto-5.1.5.tar.gz", hash = "sha256:42b362ea9a16181e8e7b615ac212c294b882f020e9ae02f01230f167926df84e"}, ] [package.dependencies] @@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "30d916d8945c623b1fa09e871990de4c5ac29422982a5da72e9275f2f80dcc16" +content-hash = "5209013166825596880ed9ad65ec486935022abb48d39f152b37bc7cdaebf3e4" diff --git a/pyproject.toml b/pyproject.toml index f0dd312e9..eca04575b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ freezegun = "^1.5.1" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.4" +moto = "==5.1.5" pip-audit = "*" pre-commit = "^4.2.0" pytest = "^8.3.2"