]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.910 to ^0.920 739/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 16 Dec 2021 16:03:02 +0000 (16:03 +0000)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 16:03:02 +0000 (16:03 +0000)
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] <support@github.com>
pyproject.toml

index a81758b133919798b7377ee774e41e9db3eea185..4aa82726b5deb92443938a0c878cecc6133e14d7 100644 (file)
@@ -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"