From 4c666fa1fe09af672ea628f4e256392384b58973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:01:42 +0100 Subject: [PATCH] build(deps-dev): bump moto from 4.2.12 to 4.2.13 (#3244) 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 9e99d6c2..a0f6d0ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,13 +1607,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "4.2.12" +version = "4.2.13" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.2.12-py2.py3-none-any.whl", hash = "sha256:bdcad46e066a55b7d308a786e5dca863b3cba04c6239c6974135a48d1198b3ab"}, - {file = "moto-4.2.12.tar.gz", hash = "sha256:7c4d37f47becb4a0526b64df54484e988c10fde26861fc3b5c065bc78800cb59"}, + {file = "moto-4.2.13-py2.py3-none-any.whl", hash = "sha256:93e0fd13b624bd79115494f833308c3641b2be0fc9f4f18aa9264aa01f6168e0"}, + {file = "moto-4.2.13.tar.gz", hash = "sha256:01aef6a489a725c8d725bd3dc6f70ff1bedaee3e2641752e4b471ff0ede4b4d7"}, ] [package.dependencies] @@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "621fca1ef771f0785049b74b4bd1132371b8fa3f1a4da7a81b7eb2f1256b61ff" +content-hash = "963c6f334da7952da801549b96d16a350793a1e285450ca4bbabee9abe4fe527" diff --git a/pyproject.toml b/pyproject.toml index 93b6aeb8..b2c8fd0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docker = "7.0.0" flake8 = "6.1.0" freezegun = "1.4.0" mock = "5.1.0" -moto = {extras = ["all"], version = "4.2.12"} +moto = {extras = ["all"], version = "4.2.13"} openapi-spec-validator = "0.7.1" openapi-schema-validator = "0.6.2" pylint = "3.0.3"