From 4a31ee825c6824c6a45044b46b2cf2ffe0ec723d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:04:19 +0000 Subject: [PATCH] Update mypy requirement from ^0.931 to ^0.940 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adadddce..7a1bcd9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'] -- 2.47.3