From 1b1d20adeb56833b2f454fcf044d06a5782b4109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:13:15 +0000 Subject: [PATCH] chore(deps): update moto requirement from <6,>=3 to >=5.2.2,<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/3.0.0...5.2.2) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test_adapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test_adapter.txt b/requirements/test_adapter.txt index ecb3741f2..140378090 100644 --- a/requirements/test_adapter.txt +++ b/requirements/test_adapter.txt @@ -1,4 +1,4 @@ # pip install -r requirements/test_adapter.txt -moto>=3,<6 # For AWS tests +moto>=5.2.2,<6 # For AWS tests boddle>=0.2.9,<0.3 # For Bottle app tests sanic-testing>=0.7