From 63d7799edaf2bbad467482d773990f67f9a20cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:59:50 +0000 Subject: [PATCH] Bump moto from 5.1.17 to 5.1.18 (#2119) Bumps [moto](https://github.com/getmoto/moto) from 5.1.17 to 5.1.18. - [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.17...5.1.18) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.18 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 f46c7ebc3..143ab2663 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2900,14 +2900,14 @@ files = [ [[package]] name = "moto" -version = "5.1.17" +version = "5.1.18" 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.17-py3-none-any.whl", hash = "sha256:7c59e92f6fc50a425b718ab1d490eee570dc0cf3dc7dc3d7ab222b8f1e1cb7fc"}, - {file = "moto-5.1.17.tar.gz", hash = "sha256:31b832de25846529963bcb273448240cae34b9cbaff0bdae15f75c716c08a5f8"}, + {file = "moto-5.1.18-py3-none-any.whl", hash = "sha256:b65aa8fc9032c5c574415451e14fd7da4e43fd50b8bdcb5f10289ad382c25bcf"}, + {file = "moto-5.1.18.tar.gz", hash = "sha256:45298ef7b88561b839f6fe3e9da2a6e2ecd10283c7bf3daf43a07a97465885f9"}, ] [package.dependencies] @@ -6011,4 +6011,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 = "dad9102e4c8793a7b008ce9a41036c3f172cef20c724509dfbc243cb792454f5" +content-hash = "2227d7cfffb29322f372ee1c662ad5834215f5a9500f6f1582fbfab5e964328e" diff --git a/pyproject.toml b/pyproject.toml index 251c247df..24bec5ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ hypothesis = "^6.148.5" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==5.1.17" +moto = "==5.1.18" pip-audit = "*" pre-commit = "^4.5.0" pytest = "^9.0.1"