From 12f6180e00191169576670fd57a9e4c5d35c4639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:01:30 +0200 Subject: [PATCH] chore: Update moto requirement from ~=4.1.14 to ~=4.2.0 (#387) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 ab3b4920..6ab2d893 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ dbt-tests-adapter~=1.6.0 flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11 -moto~=4.1.14 +moto~=4.2.0 pre-commit~=2.21 pyparsing~=3.1.1 pytest~=7.4