From 64b19885e9f86a681d6a1dd05bbbdd3acbe8e48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 15:47:16 +0200 Subject: [PATCH] module: update mypy to version 0.782 Bumps [mypy](https://github.com/python/mypy) from 0.780 to 0.782 (#22). - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.782) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ee3b9e0..c5723dc 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ requests = '*' rope = '==0.17.0' pylint = '==2.5.3' yapf = '==0.30.0' -mypy = '== 0.780' +mypy = '== 0.782'