From b6c0b6065002e6796a69f0751e0f74568d4ac0a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:56:00 +0000 Subject: [PATCH] Update moto requirement from <4.2.5,>=3.1.16 to >=3.1.16,<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/3.1.16...4.2.10) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bcbdc906..c720657e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ mkdocstrings-python-legacy mock; python_version < '3.8' # moto 4.2.5 broke something fairly deep in our test suite # https://github.com/PrefectHQ/prefect-aws/issues/318 -moto >= 3.1.16, < 4.2.5 +moto >= 3.1.16, < 4.2.11 mypy pillow pre-commit