From ef889e1fbe46c3a787e9afee379bb2857d547bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:02:48 +0000 Subject: [PATCH] Update moto requirement from <4.2.5,>=3.1.16 to >=3.1.16,<4.2.9 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.8) --- 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..cde6cd65 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.9 mypy pillow pre-commit