From a7bf565fb604f054b6a47e7062914a7997fccf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:58:03 +0000 Subject: [PATCH] build(deps): update moto requirement from >=5.0.0 to >=5.2.1 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.2.1) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.1 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..d04ace49 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.2.1