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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-19 21:25:09 +00:00
committed by GitHub
parent 512d2537a9
commit b6de2e5be2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"