From ede2c93d1369365d736b76da15c838cba777852a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:29:32 +0000 Subject: [PATCH] chore(deps): update moto requirement from <6,>=4.0.13 to >=4.2.14,<6 Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version. - [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.0.13...4.2.14) --- updated-dependencies: - dependency-name: moto dependency-version: 4.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index f4c5eaa1b..e7114ae99 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -12,7 +12,7 @@ cryptography<46; implementation_name == "pypy" and python_version == "3.10" # used only under slack_sdk/*_store boto3<=2 # For AWS tests -moto>=4.0.13,<6 +moto>=4.2.14,<6 # For AsyncSQLAlchemy tests greenlet<=4 aiosqlite<=1