From 5a48bb3545cf9fdd3bd4245d9b045052c88d9b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 23:23:56 +0000 Subject: [PATCH] Bump mypy from 0.790 to 0.902 Bumps [mypy](https://github.com/python/mypy) from 0.790 to 0.902. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.790...v0.902) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a80e0ab..c7360b2e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -black==20.8b1 +black==21.5b2 flake8==3.8.* isort[requirements]==5.7.* mongomock==3.22.* moto==1.3.* -mypy==0.790 +mypy==0.902 pytest==6.2.* pytest-cov==2.11.* pytest-mock==3.5.*