]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.812 to ^0.901 667/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 9 Jun 2021 05:06:22 +0000 (05:06 +0000)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 05:06:22 +0000 (05:06 +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.812...v0.901)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index dd522f8d3c8d254406e4247a61d4fdd01f192f06..0857c85ae3e0c64e5cf82376fe7bd0d53251152b 100644 (file)
@@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.812"
+mypy = "^0.901"
 pytest = ">=5.4.1,<7"
 pytest-cov = "^2.10.0"
 flake8 = "^3.7.9"