From 12c039cba87cb75fa16f494c4debc1fb6a1b4a01 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Oct 2023 09:30:52 +0200
Subject: [PATCH] chore: Update moto requirement from ~=4.2.5 to ~=4.2.6 (#460)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nicor88 <6278547+nicor88@users.noreply.github.com>
Co-authored-by: Jérémy Guiselin <9251353+Jrmyy@users.noreply.github.com>
---
 dev-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-requirements.txt b/dev-requirements.txt
index f8b6045d..f374ecf0 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -5,7 +5,7 @@ dbt-tests-adapter~=1.6.5
 flake8~=6.1
 Flake8-pyproject~=1.2
 isort~=5.11
-moto~=4.2.5
+moto~=4.2.6
 pre-commit~=3.5
 pyparsing~=3.1.1
 pytest~=7.4