From f9f840703f2c844dcd721d643ed3bf0f34f731cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:15:10 +0000 Subject: [PATCH] Update moto requirement from ~=3.0.7 to ~=4.1.3 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/3.0.7...4.1.3) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1b2ce6a..de49d15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pylint==2.12.2 pytest==7.0.1 pyOpenSSL botocore~=1.24.16 -moto~=3.0.7 +moto~=4.1.3 diff --git a/setup.py b/setup.py index 44543b6..67de718 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "pytest==7.0.1", "pyOpenSSL", "botocore~=1.24.16", - "moto~=3.0.7", + "moto>=3.0.7,<4.2.0", ], extras_require={}, description=DESCRIPTION,