From 705626e5819c7cd2058a7c40f4b8948ab5274f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 04:28:05 +0000 Subject: [PATCH] chore(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/v2.0.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 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 39a50d91..c82474d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ actions = [ "twine ==6.2.0", ] check = [ - "mypy >=2.0.0,<2.4.0", + "mypy >=2.3.1,<2.4.0", "pip-audit >=2.4.4,<3.0.0", "pylint >=4.0.0,<4.1.0", ]