From 2832b4564c386e2739d6bf66d323ee7c8bf20a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:40:50 +0200 Subject: [PATCH] build(deps-dev): bump moto from 4.1.6 to 4.1.7 (#2231) 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 c71b266f..1510651e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1414,14 +1414,14 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "4.1.6" +version = "4.1.7" description = "" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.1.6-py2.py3-none-any.whl", hash = "sha256:cfe398a1f6e317d061c47c3d2dd8c6893f3eb49154984a7cbb8bcd4ba517d67d"}, - {file = "moto-4.1.6.tar.gz", hash = "sha256:fdcc2731212ca050a28b2bc83e87628294bcbd55cb4f4c4692f972023fb1e7e6"}, + {file = "moto-4.1.7-py2.py3-none-any.whl", hash = "sha256:56de986179f79920f59243bc532e03a7039d24a5ee5aec2eb3b666dcd23d6262"}, + {file = "moto-4.1.7.tar.gz", hash = "sha256:fb9a7615f744da4ea7f154ff8e79782b19781344a6356ca4c0d6217c1237d379"}, ] [package.dependencies] @@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7389d144a5610cba7a02f1fef9439c4be320aa1f340978dd4ad464544ad858cc" +content-hash = "4eb393057839b3b4c62ef81e5ca51aca2a8ad2efc5056dc60a67fd64e150a781" diff --git a/pyproject.toml b/pyproject.toml index 09bcaf5d..cf0994b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ coverage = "7.2.2" docker = "6.0.1" flake8 = "6.0.0" freezegun = "1.2.2" -moto = "4.1.6" +moto = "4.1.7" openapi-spec-validator = "0.5.6" pylint = "2.17.2" pytest = "7.3.0"