From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 16:03:02 +0000 (+0000) Subject: Update mypy requirement from ^0.910 to ^0.920 X-Git-Tag: v2.2.0rc1~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aab772d824a8d0d393385a1e8f2d8df9e0133b4;p=thirdparty%2Fdnspython.git Update mypy requirement from ^0.910 to ^0.920 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.910...v0.920) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index a81758b1..4aa82726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true} [tool.poetry.dev-dependencies] -mypy = "^0.910" +mypy = "^0.920" pytest = ">=5.4.1,<7" pytest-cov = "^3.0.0" flake8 = "^4.0.1"