From ca903898e9e630a895dee1c2b562aa52e27e8cc9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 04:43:01 +0000 Subject: [PATCH] Update mypy requirement from ~0.782 to ~0.901 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v0.901) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b723afa..793c730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = "^3.6" taskipy = "^1.2.1" black = "~19.10b0" pylint = "^2.5.3" -mypy = "~0.782" +mypy = "~0.901" pytest = "^5.4.3" pytest-cov = "^2.10.0" pytest-sugar = "~0.9.3"