From 3b6582f7846142bc8bac349f2d55bc39a34e70a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:09:09 +0000 Subject: [PATCH] fix:(deps-dev): update mypy requirement 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.971...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb62b442..637d750f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "myst-parser>=0.18.0", "flake8>=6.0.0", "docformatter>=1.4.0,<1.7.6", - "mypy>=0.971,<1.7", + "mypy>=0.971,<1.8", "pytest-xdist>=3.0.2", "pre-commit>=2.20.0,<3.6.0", ]