From f5b5f5106d3cdbee49f20f0304d9693db576e5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:07:58 +0000 Subject: [PATCH] Update mypy requirement from ^0.930 to ^0.990 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.990) --- 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..1c6ee5f 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.990" isort = "^5.9.3" flake8 = "^4.0.1" pytest = "^6.2.5"