From f6408e9df7346df9d932e7b1656783189cdef638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:14:00 +0100 Subject: [PATCH] build(deps-dev): bump moto from 4.2.8 to 4.2.9 (#3055) 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 28e4f0b4..48b70836 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,13 +1607,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "4.2.8" +version = "4.2.9" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.2.8-py2.py3-none-any.whl", hash = "sha256:e78b49ae8acee06a865e4963174bdf974dd66398fb3bb831a7428498506c0c56"}, - {file = "moto-4.2.8.tar.gz", hash = "sha256:9b5a363f36f8c3fb36388764e7b8c01c615da2f2cba7da3e681680de14bfc769"}, + {file = "moto-4.2.9-py2.py3-none-any.whl", hash = "sha256:c85289d13d15d5274d0a643381af1f1b03d7ee88f0943c9d2d6c28e6177a298a"}, + {file = "moto-4.2.9.tar.gz", hash = "sha256:24de81eeaa450a20b57c5cdf9a757ea5216bddc7db798e335d2de1f2376bf324"}, ] [package.dependencies] @@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "914a51c932757c4f176a37d85fdf92d51739455bd9aab59c0a88b312112e4a6e" +content-hash = "f6097d7f83ab06d34d4d24a7f1d65bb061518b0d6dd3c478d49ac24b79410478" diff --git a/pyproject.toml b/pyproject.toml index c3950367..58804cc4 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.8"} +moto = {extras = ["all"], version = "4.2.9"} openapi-spec-validator = "0.7.1" pylint = "3.0.2" pytest = "7.4.3"