From cc4f5e7759bfdc2495af0302350af868155b22c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:01:54 +0000 Subject: [PATCH] Update moto requirement from ~=3.0.7 to ~=4.0.12 Updates the requirements on [moto](https://github.com/spulec/moto) to permit the latest version. - [Release notes](https://github.com/spulec/moto/releases) - [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/spulec/moto/compare/3.0.7...4.0.12) --- 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..fb9edb6 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.0.12 diff --git a/setup.py b/setup.py index 44543b6..1f2f491 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.1.0", ], extras_require={}, description=DESCRIPTION,