From c3cd22dd904a23a6b9259493eb10bb22f857db65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:34:37 +0000 Subject: [PATCH] Update moto requirement from ~=5.0.9 to ~=5.0.21 in /package (#2218) 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/5.0.9...5.0.21) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_requirements.txt b/package/test_requirements.txt index c2ac8e7c7..451b22878 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -8,7 +8,7 @@ behave~=1.2 boto3~=1.34 matplotlib~=3.9 mypy~=1.11 -moto~=5.0.9 +moto~=5.0.21 psutil==5.9.6 # same as Kedro for now pytest~=8.3 pytest-asyncio~=0.21