From 7aec3dcaff25ff43ce5a89e60eca466d5fef27e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 17:40:30 +0000 Subject: [PATCH] Bump moto from 3.0.6 to 3.1.5 Bumps [moto](https://github.com/spulec/moto) from 3.0.6 to 3.1.5. - [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.6...3.1.5) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fee21e53c..f398e5c84 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ flake8==4.0.* -moto==3.0.6 +moto==3.1.5 coverage==5.5 codecov==2.1.12 yapf==0.23.*