From b9a5281875b469a6d31c898b07e21bfba67314af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:09:30 +0000 Subject: [PATCH] Bump moto from 5.1.9 to 5.1.10 (#1907) Bumps [moto](https://github.com/getmoto/moto) from 5.1.9 to 5.1.10. - [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.9...5.1.10) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.10 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 82bbea72c..1c44bd6f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2701,14 +2701,14 @@ files = [ [[package]] name = "moto" -version = "5.1.9" +version = "5.1.10" 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.9-py3-none-any.whl", hash = "sha256:e9ba7e4764a6088ccc34e3cc846ae719861ca202409fa865573de40a3e805b9b"}, - {file = "moto-5.1.9.tar.gz", hash = "sha256:0c4f0387b06b5d24c0ce90f8f89f31a565cc05789189c5d59b5df02594f2e371"}, + {file = "moto-5.1.10-py3-none-any.whl", hash = "sha256:9ec1a21a924f97470af225b2bfa854fe46c1ad30fb44655eba458206dedf28b5"}, + {file = "moto-5.1.10.tar.gz", hash = "sha256:d6bdc8f82a1e503502927cc0a3da22014f836094d0bf399bb0f695754ae6c7a6"}, ] [package.dependencies] @@ -5654,4 +5654,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "a4efc27d5f531d896fd325983ce00b7ae73f214f46f066784850d141a00d3e35" +content-hash = "f3b41a4beaa11df2b464c5ccd0afd1d52cd9e7eecc559afd4c0f9f5892238f5a" diff --git a/pyproject.toml b/pyproject.toml index df65abca2..2bb4f10ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ freezegun = "^1.5.4" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.9" +moto = "==5.1.10" pip-audit = "*" pre-commit = "^4.3.0" pytest = "^8.4.0"