From c7bbdbc9d30a7148b99edf8b955faf4e2e0515aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 14:08:54 +0100 Subject: [PATCH] module: update mypy version to 0.800 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#33). - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.790...v0.800) 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 004a59d..71fd6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyyaml = "5.4.1" requests = "~2.25" [tool.poetry.dev-dependencies] -mypy = "0.790" +mypy = "0.800" pylint = "~2.6" rope = "~0.18" yapf = "~0.30"