From 0b32559478728eed30d30736bf4f04bedb9d4686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:01:07 +0000 Subject: [PATCH] module: update mypy to version 0.790 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#29). - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v0.790) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d88857..28ccde0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyyaml = "5.3.1" requests = "~2.24" [tool.poetry.dev-dependencies] -mypy = "0.782" +mypy = "0.790" pylint = "~2.6" rope = "~0.18" yapf = "~0.30"