From 7c6fe189d638ca93d9479b2a123a5fa6f54ffcec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:19:48 +0000 Subject: [PATCH] Update mypy requirement from >=0.991,<1.5 to >=0.991,<1.8 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.7.1) --- 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 3186bce..0df4dde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,5 +51,5 @@ isort = "^5.6.4" pytest-cov = "^4.0.0" Sphinx = "^5.0.2" sphinx-rtd-theme = "^2.0.0" -mypy = ">=0.991,<1.5" +mypy = ">=0.991,<1.8" pylint = '^3.0'