chore(deps-dev): bump moto from 5.0.9 to 5.0.10 (#4346)

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-07-01 14:04:57 -04:00
committed by GitHub
parent 8fda38b59b
commit d629ebeb69
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2326,13 +2326,13 @@ test = ["pytest", "pytest-cov"]
[[package]]
name = "moto"
version = "5.0.9"
version = "5.0.10"
description = ""
optional = false
python-versions = ">=3.8"
files = [
{file = "moto-5.0.9-py2.py3-none-any.whl", hash = "sha256:21a13e02f83d6a18cfcd99949c96abb2e889f4bd51c4c6a3ecc8b78765cb854e"},
{file = "moto-5.0.9.tar.gz", hash = "sha256:eb71f1cba01c70fff1f16086acb24d6d9aeb32830d646d8989f98a29aeae24ba"},
{file = "moto-5.0.10-py2.py3-none-any.whl", hash = "sha256:9ffae2f64cc8fe95b9a12d63ae7268a7d6bea9993b922905b5abd8197d852cd0"},
{file = "moto-5.0.10.tar.gz", hash = "sha256:eff37363221c93ea44f95721ae0ddb56f977fe70437a041b6cc641ee90266279"},
]
[package.dependencies]
@@ -4508,4 +4508,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "b145655cb57ee9d6ba9fa72ae0d0e5839ac93151fd0c901c923fc1a6aa5b477b"
content-hash = "2a18b6cfb74d4e378caceac2ab754ff77dddf04809346cfa664b0e3fce0db691"
+1 -1
View File
@@ -72,7 +72,7 @@ docker = "7.1.0"
flake8 = "7.1.0"
freezegun = "1.5.1"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.9"}
moto = {extras = ["all"], version = "5.0.10"}
openapi-schema-validator = "0.6.2"
openapi-spec-validator = "0.7.1"
pylint = "3.2.3"