From cb6a56d82cceb97f179088d0ee8abd09ac59a5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:04:51 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: development-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c0ba49..b13744a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ exitpreflight = "exitpreflight.cli:main" dev = [ "build>=1.2,<2", "coverage[toml]>=7.6,<8", - "mypy>=1.15,<2", + "mypy>=1.15,<3", "ruff>=0.11,<1", "setuptools>=77", "wheel>=0.45,<1",