From acf2f6990c6663555dfe0ab663087ec514011061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:20:31 +0000 Subject: [PATCH] build(deps): update moto requirement from >=5.0.0 to >=5.1.22 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.0...5.1.22) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements_s3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_s3.txt b/tests/requirements_s3.txt index e230f4aa..bd1aecbc 100644 --- a/tests/requirements_s3.txt +++ b/tests/requirements_s3.txt @@ -1,4 +1,4 @@ -r requirements.txt boto3>=1.26.0 -moto[s3]>=5.0.0 +moto[s3]>=5.1.22