From f7b058b0d5afe4844d76e857729bc7eb76096021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:52:53 +0100 Subject: [PATCH] module: update mypy version to 0.812 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#34). - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.800...v0.812) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 736b634..2cacb95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyyaml = "5.4.1" requests = "~2.25" [tool.poetry.dev-dependencies] -mypy = "0.800" +mypy = "0.812" pylint = "~2.7" rope = "~0.18" yapf = "~0.30"