From 83fd0870dbc5052c82a154c254c34f1e334c91ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:52:46 +0200 Subject: [PATCH] chore: Update moto requirement from ~=5.0.10 to ~=5.0.11 (#685) 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 9153a32c..a9da6183 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ dbt-tests-adapter~=1.9.1 flake8~=7.1 Flake8-pyproject~=1.2 isort~=5.13 -moto~=5.0.10 +moto~=5.0.11 pre-commit~=3.5 pyparsing~=3.1.2 pytest~=8.2