From bbbf941bae81964b7b708ddc1cbfbbca8d9a6793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:20:43 +0200 Subject: [PATCH] Bump moto from 5.0.13 to 5.0.14 (#923) Bumps [moto](https://github.com/getmoto/moto) from 5.0.13 to 5.0.14. - [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.13...5.0.14) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testproject/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/requirements_test.txt b/testproject/requirements_test.txt index c5b1bc9d..480c5eee 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -1,5 +1,5 @@ cryptography==43.0.1 -moto==5.0.13 +moto==5.0.14 Flask==3.0.3 flask-cors==5 psycopg2-binary==2.9.9