From c6391c92b4fa135c3dabe5db6368dc8ed15bb77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:27:16 +0000 Subject: [PATCH] Update mypy requirement from <1.17,>=1.0 to >=1.0,<1.19 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...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69f46ede..5b77ad69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ packages = ["alignment"] [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.17", + "mypy>=1.0,<1.19", "black>=23.1,<24.0", "isort>=5.12,<6.1", "pytest",