Bump moto from 5.1.14 to 5.1.15 (#2046)

Bumps [moto](https://github.com/getmoto/moto) from 5.1.14 to 5.1.15.
- [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.14...5.1.15)

---
updated-dependencies:
- dependency-name: moto
  dependency-version: 5.1.15
  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-10-18 04:54:32 -04:00
committed by GitHub
parent fdf69dfe90
commit c8b1049ef1
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2905,14 +2905,14 @@ files = [
[[package]]
name = "moto"
version = "5.1.14"
version = "5.1.15"
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.14-py3-none-any.whl", hash = "sha256:b9767848953beaf6650f1fd91615a3bcef84d93bd00603fa64dae38c656548e8"},
{file = "moto-5.1.14.tar.gz", hash = "sha256:450690abb0b152fea7f93e497ac2172f15d8a838b15f22b514db801a6b857ae4"},
{file = "moto-5.1.15-py3-none-any.whl", hash = "sha256:0ffcf943f421bc6e7248889c7c44182a9ec26f8df3457cd4b52418dab176a720"},
{file = "moto-5.1.15.tar.gz", hash = "sha256:2ad9cc9710a3460505511543dba6761c8bd2006a49954ad3988bbf20ce9e6413"},
]
[package.dependencies]
@@ -5926,4 +5926,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 = "6dec9c4df6bb3065e0a6220ae476fbe395148ce28ed2a84bb898c91500125783"
content-hash = "ec65e8b2876d2fcb83cdf87e407ba46e8a5d5a16a0b0cc4fbeb1c256d3e0ddf2"

View File

@@ -96,7 +96,7 @@ hypothesis = "^6.141.1"
honcho = "*"
isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.14"
moto = "==5.1.15"
pip-audit = "*"
pre-commit = "^4.3.0"
pytest = "^8.4.2"