From fdbb9195d5341e3b6207a919e863438fedc98b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 09:23:48 +0100 Subject: [PATCH] build(deps-dev): bump moto from 4.1.2 to 4.1.3 (#2014) 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 51b410d6..b2c1bbd7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1264,14 +1264,14 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "4.1.2" +version = "4.1.3" description = "" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.1.2-py2.py3-none-any.whl", hash = "sha256:1b361ece638c74a657325378a259276f368aafce2f8be84f8143e69fa93ce8ec"}, - {file = "moto-4.1.2.tar.gz", hash = "sha256:63431733d2a02c7bd652ad71ec1da442a0e0d580cbac5eeb50d440a2ce066eac"}, + {file = "moto-4.1.3-py2.py3-none-any.whl", hash = "sha256:dcd1d06662982cf3c94f36d6348251ccdcf62a1c5de5650425cb4e6f260ae7a0"}, + {file = "moto-4.1.3.tar.gz", hash = "sha256:c8200ccaa9440c2e9daa0bd5e0bd768a719db5a2c82ea8d782f0e3fa09a3c5e2"}, ] [package.dependencies] @@ -2611,4 +2611,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0539d785f3c144d34266eb61f22c3d82ce33218a025959558e1946153fc94e6b" +content-hash = "56f87af08df28c4582781a4b9cef93aedf7a8672df7b7a737f5cca137f06ef2b" diff --git a/pyproject.toml b/pyproject.toml index d7e0891a..cf2a7267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ coverage = "7.1.0" docker = "6.0.0" flake8 = "6.0.0" freezegun = "1.2.1" -moto = "4.1.2" +moto = "4.1.3" openapi-spec-validator = "0.5.5" pylint = "2.16.2" pytest = "7.2.1"