]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.901 to ^0.902 668/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 11 Jun 2021 05:07:33 +0000 (05:07 +0000)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 05:07:33 +0000 (05:07 +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.901...v0.902)

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

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

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