From 4f7214d68773205d96f5520d7bbf481d7ed55c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 12:20:06 +0000 Subject: [PATCH] Update mypy requirement from ^0.930 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.930...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 ef8c3e4..0ab6889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] black = {version = "^21.9b0", allow-prereleases = true} -mypy = "^0.930" +mypy = "^0.942" isort = "^5.9.3" flake8 = "^4.0.1" pytest = "^6.2.5"