From 76158aabd06ef7a96b15fb104b4b24e27d0035ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:52:52 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <2,>=1.19.1 to >=2.1.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.19.1...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-tools.txt b/requirements/dev-tools.txt index 1744fb0..0a9355c 100644 --- a/requirements/dev-tools.txt +++ b/requirements/dev-tools.txt @@ -1,3 +1,3 @@ black flake8>=7.3.0, <8; -mypy>=1.19.1, <2 +mypy>=2.1.0, <3