From 98d6d48e768dd23e7a0b1f416ce021086c305a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:02:13 +0000 Subject: [PATCH] Update moto requirement from <5 to <6 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/0.0.7...5.0.2) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 916cbbd9..3d527b59 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ ], "dev": [ "twine", - "moto < 5", + "moto < 6", "boto3 >= 1.11.9, <2.0.0", "pytest >= 3.6", "coverage",