From 6d3129915843d8915f977b208e7dd893e1dc3415 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 08:01:21 +0200 Subject: [PATCH] module: update mypy to version 0.780 Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.780 (#18). - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.770...v0.780) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 50502b1..10057b9 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ requests = '*' rope = '==0.17.0' pylint = '==2.5.2' yapf = '==0.29.0' -mypy = '== 0.770' +mypy = '== 0.780'