From 4650ebe8a398856cf1485ac80c13138a769561d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:42:12 +0000 Subject: [PATCH] deps: update mypy requirement from <2.0.0,>=1.19.0 to >=1.19.0,<3.0.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.19.0...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 6fb0d81..6f7d741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ dev = [ "types-pyperclip>=1.9.0,<2.0.0", "types-zxcvbn>=4.5.0,<5.0.0", - "mypy>=1.19.0,<2.0.0", + "mypy>=1.19.0,<3.0.0", "ruff>=0.14.0,<1.0.0", "bandit>=1.9.0,<2.0.0", "pytest>=8.0.0,<10.0.0",