Bump moto from 5.1.19 to 5.1.20 (#2178)

Bumps [moto](https://github.com/getmoto/moto) from 5.1.19 to 5.1.20.
- [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.19...5.1.20)

---
updated-dependencies:
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-23 17:50:12 +00:00
committed by GitHub
parent 0ca0e5cc0a
commit 998c3ba397
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2859,14 +2859,14 @@ files = [
[[package]]
name = "moto"
version = "5.1.19"
version = "5.1.20"
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.19-py3-none-any.whl", hash = "sha256:7adb0caacf0e2d0dbb09550bcb49a7f158ee7c460a09cb54d4599a9a94cfef70"},
{file = "moto-5.1.19.tar.gz", hash = "sha256:a13423e402366b6affab07ed28e1df5f3fcc54ef68fc8d83dc9f824da7a4024e"},
{file = "moto-5.1.20-py3-none-any.whl", hash = "sha256:58c82c8e6b2ef659ef3a562fa415dce14da84bc7a797943245d9a338496ea0ea"},
{file = "moto-5.1.20.tar.gz", hash = "sha256:6d12d781e26a550d80e4b7e01d5538178e3adec6efbdec870e06e84750f13ec0"},
]
[package.dependencies]
@@ -5954,4 +5954,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 = "8b23ebcc330bde10bc9d04588931db15b5f5b2118148ff1dc935cd323c3fe851"
content-hash = "0885c7441b775c391b6b1f6fd5c7f43215a97fb9e2c0e71799bc13c789a734f3"

View File

@@ -98,7 +98,7 @@ hypothesis = "^6.150.2"
honcho = "*"
isort = "^7.0.0"
jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}
moto = "==5.1.19"
moto = "==5.1.20"
pip-audit = "*"
pre-commit = "^4.5.1"
pytest = "^9.0.2"