From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 16:03:55 +0000 (+0000) Subject: Update mypy requirement from ^0.920 to ^0.921 X-Git-Tag: v2.3.0rc1~161^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2168cdc6070434a9d11b3f822a988c4acab2e59;p=thirdparty%2Fdnspython.git Update mypy requirement from ^0.920 to ^0.921 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.920...v0.921) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index ce40dccd..84083cf5 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.920" +mypy = "^0.921" pytest = ">=5.4.1,<7" pytest-cov = "^3.0.0" flake8 = "^4.0.1"