From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2020 20:03:35 +0000 (+0000) Subject: Update mypy requirement from ^0.770 to ^0.780 X-Git-Tag: v2.0.0rc1~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F507%2Fhead;p=thirdparty%2Fdnspython.git 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] --- 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"