From e6675bdd7c8587218c4cbebe79f5d0eace6df0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:15:17 +0000 Subject: [PATCH] deps(deps-dev): update mypy requirement from ~=1.11 to >=1.11,<3.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.11...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.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 2f7d0e4..c19479e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "black>=26.3.1,<27.0", "isort>=5.13,<9.0", "ruff>=0.15.10,<1.0", - "mypy~=1.11", + "mypy>=1.11,<3.0", "types-colorama~=0.4", "types-PyYAML~=6.0", "types-aiofiles~=25.1",