From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 05:46:16 +0000 (+0000) Subject: Update mypy requirement from ^0.782 to ^0.790 X-Git-Tag: v2.1.0rc1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F593%2Fhead;p=thirdparty%2Fdnspython.git Update mypy requirement from ^0.782 to ^0.790 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.782...v0.790) Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index 23a6c27a..3754007f 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.782" +mypy = "^0.790" pytest = ">=5.4.1,<7" pytest-cov = "^2.10.0" flake8 = "^3.7.9"