From f44cdf1a57524d43f77e84a0de5705787aebc285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:28:36 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.780 to ^0.990 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.990) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a85b68e..f583409 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ darglint = "^1.4.1" isort = {extras = ["pyproject"], version = "^4.3.21"} pyupgrade = "^2.6.1" black = "^19.10b0" -mypy = "^0.780" +mypy = "^0.990" bandit = "^1.6.2" safety = "^1.9.0" pytest = "^5.4.3"