From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 05:44:40 +0000 (+0000) Subject: Update mypy requirement from ^0.780 to ^0.781 X-Git-Tag: v2.0.0rc2~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce7a2aae6b984322b253e25f920480204763b00;p=thirdparty%2Fdnspython.git Update mypy requirement from ^0.780 to ^0.781 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.780...v0.781) Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index 017ea575..12ad5104 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.780" +mypy = "^0.781" pytest = "^5.4.1" flake8 = "^3.7.9" sphinx = "^3.0.0"