From 848f31843d98fe8ba72ff9d668b313b3b62d53d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 17:00:14 +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 e5c77c84..80b2a18a 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[toml]~=6.1 isort~=5.10 -moto~=3.0 +moto~=3.1 pydoc-markdown~=4.3, < 4.6.* ; python_version >= '3.7' pydoc-markdown~=3.13 ; python_version == '3.6' pytest~=7.0