From 3de06cd68af34b617a0fdc22f69b8d61bc03fad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 01:37:26 +0000 Subject: [PATCH] chore(deps): update moto requirement from ==4.* to ==5.* 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.0...5.0.4) --- updated-dependencies: - dependency-name: moto 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 307d8715..794913d6 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -13,5 +13,5 @@ black == 24.4.*; python_version > '3.7' mypy == 1.10.*; python_version == '3.7' mypy == 1.*; python_version > '3.7' ruff == 0.3.* -moto == 4.* +moto == 5.* jsondiff == 2.*