From aa15a95838ff26f1ea9fa9d56f89bce40f139c39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 04:46:43 +0000 Subject: [PATCH] Update mypy requirement from ~0.782 to ~0.910 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.910) 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..dfdda6a 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.910" pytest = "^5.4.3" pytest-cov = "^2.10.0" pytest-sugar = "~0.9.3"