From b0262921453205d628ea2a38dd96d09c10902eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 10:06:55 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.780 to ^0.782 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.780...v0.782) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff918c8..bdf6556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ darglint = "^1.4.1" isort = {extras = ["pyproject"], version = "^4.3.21"} pyupgrade = "^2.6.1" black = "^19.10b0" -mypy = "^0.780" +mypy = "^0.782" bandit = "^1.6.2" safety = "^1.9.0" pytest = "^5.4.3"