From 52f15b22a81b7440a387ec4b69ff0e3e0a6218b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:26:30 +0000 Subject: [PATCH] chore: Update moto requirement from ~=4.2.10 to ~=4.2.11 Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5ff9f57b..c80397fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ dbt-tests-adapter~=1.7.2 flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11 -moto~=4.2.10 +moto~=4.2.11 pre-commit~=3.5 pyparsing~=3.1.1 pytest~=7.4