From dd3bdeb45610b742d43660bfb7c5f096f83edc8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:42:21 +0200 Subject: [PATCH] chore: Update moto requirement from ~=4.1.12 to ~=4.1.14 (#361) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 1dc47448..3dfa7e77 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ dbt-tests-adapter~=1.5.4 flake8~=5.0 Flake8-pyproject~=1.2 isort~=5.11 -moto~=4.1.12 +moto~=4.1.14 pre-commit~=2.21 pyparsing~=3.1.0 pytest~=7.4