From 4dfbe01e64dadec7c2c66537efad694095440fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:22:05 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.780 to ^0.991 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.991) --- 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..07afeb1 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.991" bandit = "^1.6.2" safety = "^1.9.0" pytest = "^5.4.3"