From 80e154b70892a1183ea793722e227b5f0661a409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:52:54 +0000 Subject: [PATCH] chore(deps): bump moto from 5.1.22 to 5.2.0 Bumps [moto](https://github.com/getmoto/moto) from 5.1.22 to 5.2.0. - [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.1.22...5.2.0) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d13d590..d615832 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ PyJWT==2.12.1 requests==2.33.1 boto3==1.42.96 confluent-kafka==2.14.0 -moto[s3,secretsmanager,events]==5.1.22 +moto[s3,secretsmanager,events]==5.2.0 testcontainers==4.14.2 docker==7.1.0 # psycopg2-binary==2.9.10 # Ideal for local development, but not for long-term production use