From e94dc115895342bdb83073ca965111b4df1e7ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:22:57 +0000 Subject: [PATCH] Update mypy requirement from <2,>=1.7 to >=1.7,<3 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/v1.7.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 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 0d677af..923efa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ dev = [ "poethepoet >=0.0.1,<1", "ruff==0.9.8", "mypy==1.10.0; python_version<'3.9'", - "mypy>=1.7,<2; python_version>='3.9'", + "mypy>=1.7,<3; python_version>='3.9'", "build", "types-pyserial", "pytest",