]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.931 to ^0.940 790/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 11 Mar 2022 16:04:19 +0000 (16:04 +0000)
committerGitHub <noreply@github.com>
Fri, 11 Mar 2022 16:04:19 +0000 (16:04 +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.931...v0.940)

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

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

index adadddcef160c9da910b2089fa81aeae478b92c1..7a1bcd9b5c5776948c204a805e5974b9c7e4b6d1 100644 (file)
@@ -57,7 +57,7 @@ coverage = "^6.0"
 twine = "^3.1.1"
 wheel = "^0.35.0"
 pylint = "^2.7.4"
-mypy = "^0.931"
+mypy = "^0.940"
 
 [tool.poetry.extras]
 doh = ['httpx', 'h2', 'requests', 'requests-toolbelt']