From 9aab772d824a8d0d393385a1e8f2d8df9e0133b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 16:03:02 +0000 Subject: [PATCH] Update mypy requirement from ^0.910 to ^0.920 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.910...v0.920) --- 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 a81758b1..4aa82726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true} [tool.poetry.dev-dependencies] -mypy = "^0.910" +mypy = "^0.920" pytest = ">=5.4.1,<7" pytest-cov = "^3.0.0" flake8 = "^4.0.1" -- 2.47.3