From dba250354a71895f331c1f27a0388dd2b3745873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 01:09:56 +0000 Subject: [PATCH] Update mypy requirement from ^0.991 to ^1.2 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.2.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 31b35fb..a6e1588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest-cov = "^4.0.0" codecov = "^2.1.12" black = "^22.1" isort = "^5.9.3" -mypy = "^0.991" +mypy = "^1.2" Sphinx = "^5.3.0" sphinx-autobuild = "^2021.3.14" sphinx-copybutton = "^0.5.0"