Bump moto from 5.0.8 to 5.0.9

Bumps [moto](https://github.com/getmoto/moto) from 5.0.8 to 5.0.9.
- [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.0.8...5.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-31 13:43:32 +00:00
committed by GitHub
parent 0d3a0c5ce9
commit d42de15688
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2389,13 +2389,13 @@ files = [
[[package]]
name = "moto"
version = "5.0.8"
version = "5.0.9"
description = ""
optional = false
python-versions = ">=3.8"
files = [
{file = "moto-5.0.8-py2.py3-none-any.whl", hash = "sha256:7d1035e366434bfa9fcc0621f07d5aa724b6846408071d540137a0554c46f214"},
{file = "moto-5.0.8.tar.gz", hash = "sha256:517fb808dc718bcbdda54c6ffeaca0adc34cf6e10821bfb01216ce420a31765c"},
{file = "moto-5.0.9-py2.py3-none-any.whl", hash = "sha256:21a13e02f83d6a18cfcd99949c96abb2e889f4bd51c4c6a3ecc8b78765cb854e"},
{file = "moto-5.0.9.tar.gz", hash = "sha256:eb71f1cba01c70fff1f16086acb24d6d9aeb32830d646d8989f98a29aeae24ba"},
]
[package.dependencies]
@@ -4755,4 +4755,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "d413ea145ff4daba93f32fc6c8efec2a738d47b35367162651db33f28e2d2e8e"
content-hash = "9b863d2d28866429b555757e045d534183690f860d6746a6546d08c56062fc22"

View File

@@ -92,7 +92,7 @@ freezegun = "^1.5.1"
honcho = "*"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.0.8"
moto = "==5.0.9"
pip-audit = "*"
pre-commit = "^3.7.1"
pytest = "^8.2.1"