chore(deps-dev): bump moto from 5.0.5 to 5.0.6 (#3882)

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-04-30 11:22:46 +02:00
committed by GitHub
parent 275e509c8d
commit 46114cd5f4
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2541,13 +2541,13 @@ test = ["pytest", "pytest-cov"]
[[package]]
name = "moto"
version = "5.0.5"
version = "5.0.6"
description = ""
optional = false
python-versions = ">=3.8"
files = [
{file = "moto-5.0.5-py2.py3-none-any.whl", hash = "sha256:4ecdd4084491a2f25f7a7925416dcf07eee0031ce724957439a32ef764b22874"},
{file = "moto-5.0.5.tar.gz", hash = "sha256:2eaca2df7758f6868df420bf0725cd0b93d98709606f1fb8b2343b5bdc822d91"},
{file = "moto-5.0.6-py2.py3-none-any.whl", hash = "sha256:ca1e22831a741733b581ff2ef4d6ae2e1c6db1eab97af1b78b86ca2c6e88c609"},
{file = "moto-5.0.6.tar.gz", hash = "sha256:ad8b23f2b555ad694da8b2432a42b6d96beaaf67a4e7d932196a72193a2eee2c"},
]
[package.dependencies]
@@ -4936,4 +4936,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "6fa1487dd24dfc2579c05bade1b55fb18d93a3d96aa34be4a291f2384fec42d8"
content-hash = "5e0169af92162033786ef88c552126a9e540db125929f29a05786dcfec004d35"
+1 -1
View File
@@ -77,7 +77,7 @@ docker = "7.0.0"
flake8 = "7.0.0"
freezegun = "1.5.0"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.5"}
moto = {extras = ["all"], version = "5.0.6"}
openapi-schema-validator = "0.6.2"
openapi-spec-validator = "0.7.1"
pylint = "3.1.0"