From 564f89782d47058650b84c0e44e547cbec72a917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 06:38:29 +0000 Subject: [PATCH] Update mypy requirement from ^0.790 to ^0.800 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.790...v0.800) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5c8cc77..9bfff075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ openpyxl = "^3.0.4" coverage = {extras = ["toml"], version = "^5.3"} pytest = "^6.1.2" safety = "^1.9.0" -mypy = "^0.790" +mypy = "^0.800" typeguard = "^2.10.0" xdoctest = {extras = ["colors"], version = "^0.15.0"} sphinx = "^3.3.1"