chore(deps-dev): bump moto from 5.0.8 to 5.0.9 (#4169)

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]
2024-06-04 11:44:49 +02:00
committed by GitHub
parent 4087aaf6cf
commit f4106f4b72
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2514,13 +2514,13 @@ test = ["pytest", "pytest-cov"]
[[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]
@@ -4907,4 +4907,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "15e13b547e7cec940c7c6bb93c5a8aff34cbee3baef93144c3c8bbdc8b7b2f57"
content-hash = "28c2412b86d9c72e72f5c602b91cfeb6a36b705a0849cae2284b714036674b11"
+1 -1
View File
@@ -84,7 +84,7 @@ docker = "7.1.0"
flake8 = "7.0.0"
freezegun = "1.5.1"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.8"}
moto = {extras = ["all"], version = "5.0.9"}
openapi-schema-validator = "0.6.2"
openapi-spec-validator = "0.7.1"
pylint = "3.2.2"