]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.921 to ^0.930 746/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 23 Dec 2021 16:02:07 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Dec 2021 16:02:07 +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.921...v0.930)

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

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

index 84083cf50e79b82ff459040c79ae4b8f35e3c8e2..db3e5bf9f40ab8a7ddb5f90d3c929342c3a8c9b3 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.921"
+mypy = "^0.930"
 pytest = ">=5.4.1,<7"
 pytest-cov = "^3.0.0"
 flake8 = "^4.0.1"