From 441d4d6a3870c35ecaafe7624e4667fe0129c159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:57:56 +0100 Subject: [PATCH] build(deps-dev): bump moto from 4.2.9 to 4.2.10 (#3073) 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 7a78a0db..631b2c59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,13 +1607,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "4.2.9" +version = "4.2.10" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.2.9-py2.py3-none-any.whl", hash = "sha256:c85289d13d15d5274d0a643381af1f1b03d7ee88f0943c9d2d6c28e6177a298a"}, - {file = "moto-4.2.9.tar.gz", hash = "sha256:24de81eeaa450a20b57c5cdf9a757ea5216bddc7db798e335d2de1f2376bf324"}, + {file = "moto-4.2.10-py2.py3-none-any.whl", hash = "sha256:5cf0736d1f43cb887498d00b00ae522774bfddb7db1f4994fedea65b290b9f0e"}, + {file = "moto-4.2.10.tar.gz", hash = "sha256:92595fe287474a31ac3ef847941ebb097e8ffb0c3d6c106e47cf573db06933b2"}, ] [package.dependencies] @@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "c29538d280f8785b897bf233105de72a6c53c66b1789130e8f389a4ff83f7140" +content-hash = "7e28daf704e53d057e66bc8fb71558361ab36a7cca85c7498a963f6406f54ef4" diff --git a/pyproject.toml b/pyproject.toml index b3f2243a..467544ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docker = "6.1.3" flake8 = "6.1.0" freezegun = "1.2.2" mock = "5.1.0" -moto = {extras = ["all"], version = "4.2.9"} +moto = {extras = ["all"], version = "4.2.10"} openapi-spec-validator = "0.7.1" pylint = "3.0.2" pytest = "7.4.3"