From 2c1e4c48eae955108b9c1693532fd8b9d624c6de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:33:04 +0000 Subject: [PATCH] Update mypy requirement from <1.20,>=1.0 to >=1.0,<2.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.0.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 2cceb97..b866096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ Documentation = "https://mapepire-ibmi.github.io/" [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.20", + "mypy>=1.0,<2.3", "black>=24.3.0,<27.0", "isort>=5.12,<6.2", "pytest>=9.0.3",