From add5fa68ac9ee2ae48c97728d51f0d9276bcd3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:57:51 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.780 to ^0.790 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.790) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9475217..e2a6759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ darglint = "^1.4.1" isort = {extras = ["pyproject"], version = "^4.3.21"} pyupgrade = "^2.6.1" black = "^19.10b0" -mypy = "^0.780" +mypy = "^0.790" bandit = "^1.6.2" safety = "^1.9.0" pytest = "^5.4.3"