From 07d48d040f047fd3a783899fb0dd2ca4a4bb7533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:53:15 +0000 Subject: [PATCH] build(deps): update moto requirement from >=5.2.1 to >=5.2.2 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.2.1...5.2.2) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.2 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 d04ace49..894daada 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.2.1 +moto[s3]>=5.2.2