From 3d825f91e4447e23bc767e180e80217191e58989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 08:12:18 +0000 Subject: [PATCH] pip(deps): update moto requirement from ~=3.0 to ~=3.1 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.0...3.1.0) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/DEV_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index f191239e..1eef77b9 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -3,7 +3,7 @@ black~=21.4b0 ; python_version == '3.6' coveralls~=3.3 coverage~=6.1 isort~=5.10 -moto~=3.0 +moto~=3.1 pydoc-markdown~=4.3 ; python_version >= '3.7' pydoc-markdown~=3.13 ; python_version == '3.6' pytest~=7.0