From 5b009dfd80df848c7a57d94ed439acd7cd86a4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 11:06:36 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from ^0.910 to ^0.942 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.942) --- 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 12b91ecf..714e7e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest = "~=6.0" isort = "~=5.8.0" black = { version = "*", allow-prereleases = true } flake8 = "~=3.9.0" -mypy = "^0.910" +mypy = "^0.942" coverage = { extras = ["toml"], version = "^5.3" } pytest-xdist = "^2.1.0" pytz = "^2021.1"