From 94b2ebd181969c6ff38e2ea29ebfa8b85452d0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:09:14 +0200 Subject: [PATCH] chore(deps-dev): bump moto from 5.0.11 to 5.0.12 (#4648) 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 2f93994c8b..8dee568e42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2329,13 +2329,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "moto" -version = "5.0.11" +version = "5.0.12" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.11-py2.py3-none-any.whl", hash = "sha256:bdba9bec0afcde9f99b58c5271d6458dbfcda0a0a1e9beaecd808d2591db65ea"}, - {file = "moto-5.0.11.tar.gz", hash = "sha256:606b641f4c6ef69f28a84147d6d6806d052011e7ae7b0fe46ae8858e7a27a0a3"}, + {file = "moto-5.0.12-py2.py3-none-any.whl", hash = "sha256:406095ba28da9e67e59bfc6b31b4a2627ca896d3e2c7eb82838fbe527e3c218a"}, + {file = "moto-5.0.12.tar.gz", hash = "sha256:10bd434bfda329639fe9529470c4c27938064c139984024e6a62513e50aff427"}, ] [package.dependencies] @@ -4512,4 +4512,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "5952c7132ac0cc4eaa2cf3a09fbf7a9f4bc6539a2eba29257e7669cccafd928d" +content-hash = "07206d6362cbc4d75f0767469e65e061a09ce758aeba593db9b4d5d7862aac26" diff --git a/pyproject.toml b/pyproject.toml index df22ff4f15..2647f9ab4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ docker = "7.1.0" flake8 = "7.1.0" freezegun = "1.5.1" mock = "5.1.0" -moto = {extras = ["all"], version = "5.0.11"} +moto = {extras = ["all"], version = "5.0.12"} openapi-schema-validator = "0.6.2" openapi-spec-validator = "0.7.1" pylint = "3.2.6"