From 3a13a3b00c650559e3a8e0fbff422235e04703e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2020 20:03:35 +0000 Subject: [PATCH] Update mypy requirement from ^0.770 to ^0.780 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.770...v0.780) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0626d4..5201c426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} [tool.poetry.dev-dependencies] -mypy = "^0.770" +mypy = "^0.780" pytest = "^5.4.1" flake8 = "^3.7.9" sphinx = "^3.0.0" -- 2.47.3