From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 05:43:45 +0000 (+0000) Subject: Update mypy requirement from ^0.781 to ^0.782 X-Git-Tag: v2.0.0rc2~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f4e9f9c53cadbba10b72cd9a37f60c08a68721;p=thirdparty%2Fdnspython.git Update mypy requirement from ^0.781 to ^0.782 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.781...v0.782) Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index 3bd4a597..0372a6ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true} pytest-cov = "^2.10.0" [tool.poetry.dev-dependencies] -mypy = "^0.781" +mypy = "^0.782" pytest = "^5.4.1" flake8 = "^3.7.9" sphinx = "^3.0.0"