From 87d8cda745129e4812a638fa858bbf3d2f53c05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:19:22 -0400 Subject: [PATCH] chore(deps-dev): bump moto from 5.0.9 to 5.0.10 (#4343) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1fb202e750..e0631fd3f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2515,13 +2515,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] @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "54504aa0b0b98809f657ce5f1e914a17217e0140727a192098a9fc0ff41b57f4" +content-hash = "43a3f5b70a130c07c0db865ba55dac52cd6943c4af2fc89e51dacef1e5faaac4" diff --git a/pyproject.toml b/pyproject.toml index fa1c358d4d..6354d762b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,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.5"