From d3e252862f79d340bf4215226aed6792a4326c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:03:49 +0000 Subject: [PATCH] Bump moto from 5.1.13 to 5.1.14 Bumps [moto](https://github.com/getmoto/moto) from 5.1.13 to 5.1.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.1.13...5.1.14) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.14 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 09d3f74f..156c3fb6 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -1,5 +1,5 @@ cryptography==46.0.1 -moto==5.1.13 +moto==5.1.14 Flask==3.1.2 Flask-Cors==6.0.1 psycopg==3.2.10