From d7e6d297a6843760b2792ba76c3e4c1e6b739ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:26:41 +0000 Subject: [PATCH] chore: update mypy requirement from >=1.11 to >=2.3.1 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.11...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 aab2321..63bac19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ reference = [ "transformers>=4.44", ] dev = [ - "mypy>=1.11", + "mypy>=2.3.1", "ruff>=0.6", ]