From cb287586770bddf6ac31f925e25221964884f05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 23:16:57 +0000 Subject: [PATCH] Update mypy requirement from ^0.991 to ^1.0 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.991...v1.0.0) --- 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 5cc0a67..e7daf74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ mypy-extensions = "^0.4.3" [tool.poetry.dev-dependencies] nox = "^2022.1.7" -mypy = "^0.991" +mypy = "^1.0" black = "^22.1.0" isort = "^5.10.1" flake8 = "^5.0.4"