From 598cf5e25efdc64d3b1ac1f450945f2d37e8b5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:48:50 +0000 Subject: [PATCH] Bump moto from 4.2.14 to 5.0.10 Bumps [moto](https://github.com/getmoto/moto) from 4.2.14 to 5.0.10. - [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/4.2.14...5.0.10) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 07f6eb1..2d4c59b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,5 @@ pytest-cov==5.0.0 pytest-mock==3.14.0 wheel==0.43.0 twine==4.0.2 -moto==4.2.14 +moto==5.0.10 boto3==1.34.32