From 05a5e33dc31e6ab572f513de08030123669e8fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:25:41 +0000 Subject: [PATCH] Bump moto from 5.1.20 to 5.1.21 (#2210) Bumps [moto](https://github.com/getmoto/moto) from 5.1.20 to 5.1.21. - [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.20...5.1.21) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.21 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 a563c5bc4..6f27518be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2860,14 +2860,14 @@ files = [ [[package]] name = "moto" -version = "5.1.20" +version = "5.1.21" 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.20-py3-none-any.whl", hash = "sha256:58c82c8e6b2ef659ef3a562fa415dce14da84bc7a797943245d9a338496ea0ea"}, - {file = "moto-5.1.20.tar.gz", hash = "sha256:6d12d781e26a550d80e4b7e01d5538178e3adec6efbdec870e06e84750f13ec0"}, + {file = "moto-5.1.21-py3-none-any.whl", hash = "sha256:311a30095b08b39dd2707f161f1440d361684fe0090b9fd0751dfd1c9b022445"}, + {file = "moto-5.1.21.tar.gz", hash = "sha256:713dde46e71e2714fa9a29eec513ec618d35e1d84c256331b5aab3f30692feeb"}, ] [package.dependencies] @@ -5978,4 +5978,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 = "d22f1e60c2f6a98e0ccd9a736c4fc1d623d5ee6853dccde83f9a5e50b9a3d154" +content-hash = "39711082d46a404f3dd6568750e4ec562951698bb20e00fdbb6a1fb231ad88d8" diff --git a/pyproject.toml b/pyproject.toml index 39ba0bc7f..231c7c43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ hypothesis = "^6.151.5" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]} -moto = "==5.1.20" +moto = "==5.1.21" pip-audit = "*" pre-commit = "^4.5.1" pytest = "^9.0.2"