From b6de2e5be251f08890d27736a34b5b657b553f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:25:09 +0000 Subject: [PATCH] Bump moto from 5.1.16 to 5.1.17 (#2103) Bumps [moto](https://github.com/getmoto/moto) from 5.1.16 to 5.1.17. - [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.16...5.1.17) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.17 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 d1a250aea..68a82ca90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2920,14 +2920,14 @@ files = [ [[package]] name = "moto" -version = "5.1.16" +version = "5.1.17" 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.16-py3-none-any.whl", hash = "sha256:8e6186f20b3aa91755d186e47701fe7e47f74e625c36fdf3bd7747da68468b19"}, - {file = "moto-5.1.16.tar.gz", hash = "sha256:792045b345d16a8aa09068ad4a7656894e707c796f0799b438fffb738e8fae7c"}, + {file = "moto-5.1.17-py3-none-any.whl", hash = "sha256:7c59e92f6fc50a425b718ab1d490eee570dc0cf3dc7dc3d7ab222b8f1e1cb7fc"}, + {file = "moto-5.1.17.tar.gz", hash = "sha256:31b832de25846529963bcb273448240cae34b9cbaff0bdae15f75c716c08a5f8"}, ] [package.dependencies] @@ -5957,4 +5957,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 = "30313b55af4d12a4615e764883c2218917299d84d65edfbdb646e830866619ab" +content-hash = "48e71f0546489dabed585ffbaf2437fd5efb37183ef76e00d8cd288234b0ab34" diff --git a/pyproject.toml b/pyproject.toml index e1550a1ff..b554ae893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ hypothesis = "^6.148.1" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.16" +moto = "==5.1.17" pip-audit = "*" pre-commit = "^4.4.0" pytest = "^9.0.1"