From 89ba0dd90cefcac1c9a927d7a9941fe2af728930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 20:11:37 +0000 Subject: [PATCH] pip(deps): bump moto from 2.2.15 to 2.2.19 Bumps [moto](https://github.com/spulec/moto) from 2.2.15 to 2.2.19. - [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/2.2.15...2.2.19) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-patch ... 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 fcd1073e..ca5e7dc7 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -2,7 +2,7 @@ black==21.10b0 coveralls==3.3.1 coverage==6.1.2 isort==5.10.1 -moto==2.2.15 +moto==2.2.19 pydoc-markdown==4.3.2 ; python_version >= '3.7' pydoc-markdown==3.13.0 ; python_version == '3.6' pytest==6.2.5