From 86d2898613814b78fb449272ae78e4aa458f7224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 06:37:08 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=1.8 to >=2.1.0 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.8.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 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 cb8da6b..52a818e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "pytest-benchmark>=4.0", "pypdf>=4.0", "pdfplumber>=0.10", - "mypy>=1.8", + "mypy>=2.1.0", "ruff>=0.3", "reportlab>=4.0,<4.2", "pandas>=2.0",