Bump moto from 5.1.10 to 5.1.11 (#1932)

Bumps [moto](https://github.com/getmoto/moto) from 5.1.10 to 5.1.11.
- [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.10...5.1.11)

---
updated-dependencies:
- dependency-name: moto
  dependency-version: 5.1.11
  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]
2025-08-26 12:02:35 -04:00
committed by GitHub
parent 86458fe1a0
commit 5b4563c926
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2710,14 +2710,14 @@ files = [
[[package]]
name = "moto"
version = "5.1.10"
version = "5.1.11"
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.10-py3-none-any.whl", hash = "sha256:9ec1a21a924f97470af225b2bfa854fe46c1ad30fb44655eba458206dedf28b5"},
{file = "moto-5.1.10.tar.gz", hash = "sha256:d6bdc8f82a1e503502927cc0a3da22014f836094d0bf399bb0f695754ae6c7a6"},
{file = "moto-5.1.11-py3-none-any.whl", hash = "sha256:d09429ed5f67f8568637700cd525997d6abe7f91439a6f900b4f98a9fe4ecac9"},
{file = "moto-5.1.11.tar.gz", hash = "sha256:1330b6d9b91088e971469dfb67f297595541914b364e0b49047bb82622975ec7"},
]
[package.dependencies]
@@ -5673,4 +5673,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "b76408d0b0fb8080a0da2c488b41b6592c10bb654fffc4462c395527f81df7ee"
content-hash = "80d556396abdb4719941500d81ff24a63b55d0b73d78340a26a8e6839e41f977"

View File

@@ -96,7 +96,7 @@ freezegun = "^1.5.5"
honcho = "*"
isort = "^6.0.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.10"
moto = "==5.1.11"
pip-audit = "*"
pre-commit = "^4.3.0"
pytest = "^8.4.0"