From 6d2a8b512086f6000485d41092103fe50202fbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:04:42 +0000 Subject: [PATCH] Update mypy requirement from <2,>=1.14 to >=2.3.0,<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.14.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index aa46311..bbc61e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ --r requirements.txt -pytest>=8.3,<9 -ruff>=0.9,<1 -mypy>=1.14,<2 -pyinstaller>=6.11,<7 +-r requirements.txt +pytest>=8.3,<9 +ruff>=0.9,<1 +mypy>=2.3.0,<3 +pyinstaller>=6.11,<7