From 183480171f42ca91d7ec38c37b8ce02c56f3ca9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:55:04 +0000 Subject: [PATCH] build(deps): update moto requirement from >=5.2.2 to >=5.2.3 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.2...5.2.3) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.3 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 894daada..15043258 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.2 +moto[s3]>=5.2.3