From 1f894d6ce178f9ad322d4e25ce8a916ee4943f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:46:01 +0000 Subject: [PATCH] Bump moto from 5.0.26 to 5.0.27 Bumps [moto](https://github.com/getmoto/moto) from 5.0.26 to 5.0.27. - [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.26...5.0.27) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 2522fa6f..70bbd119 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -1,5 +1,5 @@ cryptography==44.0.0 -moto==5.0.26 +moto==5.0.27 Flask==3.1.0 flask-cors==5 psycopg2-binary==2.9.10