From 8dab832e431e50da4594dd8dabe6f34e58d5b20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:03:03 +0000 Subject: [PATCH] build(deps-dev): bump moto from 5.1.11 to 5.1.13 Bumps [moto](https://github.com/getmoto/moto) from 5.1.11 to 5.1.13. - [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.13) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.13 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 ed3a2d3..b287f50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -819,14 +819,14 @@ traitlets = "*" [[package]] name = "moto" -version = "5.1.11" +version = "5.1.13" 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.13-py3-none-any.whl", hash = "sha256:2659d2ffbded101fb65d02f4271754550759c22440fe890fb72f37b339e9845f"}, + {file = "moto-5.1.13.tar.gz", hash = "sha256:f707b4b8943d833cafafec2f16de10d038f6afdfcbf9987457e22ef5a6d8c697"}, ] [package.dependencies] @@ -1546,4 +1546,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "d2827f59cc8c43ecc58143fed35a1550f79ca6064a0f291702add2642a66f5cb" +content-hash = "d33414f72dfc8cb6108d9074f0f181c081eac5ac118a275ed02565fd803ff3eb" diff --git a/pyproject.toml b/pyproject.toml index 8d87f02..ae587f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ruff = "^0.13.0" petname = "^2.6" black = "^25.1.0" boto3 = "^1.40.33" -moto = "^5.1.10" +moto = "^5.1.13" pyparsing = "^3.2.4" types-python-dateutil = "^2.9.0.20250822" aws-lambda-powertools = "^3.20.0"