From c4c622938f78809e49c234291b32275ad99c99d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:14:15 +0000 Subject: [PATCH] Bump moto from 5.0.16 to 5.0.28 Bumps [moto](https://github.com/getmoto/moto) from 5.0.16 to 5.0.28. - [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.16...5.0.28) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f4f379fd..480e9d0c4 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'image': ['scikit-image==0.24.0'], 'generic': [ 'boto3==1.35.90', - 'moto==5.0.16' + 'moto==5.0.28' ], 'tinybase': [ 'distributed==2024.12.1',