From f9eb4decbeffab119278c48c649148331841ab24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:32:35 +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...1.9.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 acc57cf6..1f538c53 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.9", + "mypy>=0.971,<1.10", "pytest-xdist>=3.0.2", "pre-commit>=2.20.0,<3.7.0", ]