]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.902 to ^0.910 671/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 23 Jun 2021 16:02:39 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 16:02:39 +0000 (16:02 +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.902...v0.910)

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

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

index 74a17703c718454b6fd9cc2fbcc315cf181d0217..d8a2887815569ddcf8969726ab8a140fcec0f252 100644 (file)
@@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.902"
+mypy = "^0.910"
 pytest = ">=5.4.1,<7"
 pytest-cov = "^2.10.0"
 flake8 = "^3.7.9"