From 310046b83341abd7d65028b5db9b8dd4d68c7d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:35:27 +0000 Subject: [PATCH] chore: Update moto requirement from ~=5.0.13 to ~=5.0.17 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/5.0.13...5.0.17) --- 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 7bc1e370..7e96c8e7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ dbt-tests-adapter~=1.9.2 flake8~=7.1 Flake8-pyproject~=1.2 isort~=5.13 -moto~=5.0.13 +moto~=5.0.17 pre-commit~=3.5 pyparsing~=3.1.4 pytest~=8.3