From 6f61530493b7bdb747cda0af2737498569247749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:09:44 +0200 Subject: [PATCH] chore: Update moto requirement from ~=4.2.3 to ~=4.2.4 (#421) 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 161ea523..c7980f80 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ dbt-tests-adapter~=1.6.2 flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11 -moto~=4.2.3 +moto~=4.2.4 pre-commit~=3.4 pyparsing~=3.1.1 pytest~=7.4