From f4b87f5114a1ffaf4e3022b842126eb10b5e79e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:06:04 +0000 Subject: [PATCH] Update mypy requirement from ^0.930 to ^0.991 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.991) --- 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..d03096e 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.991" isort = "^5.9.3" flake8 = "^4.0.1" pytest = "^6.2.5"