From 78777ab3d42b990cfc3e842012cb2e25f41e95be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:38:34 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <2,>=1.11.1 to >=1.19.1,<2 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.1...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 a1b2b4a..a6e2d59 100644 --- a/requirements/dev-tools.txt +++ b/requirements/dev-tools.txt @@ -1,3 +1,3 @@ black flake8>=5.0.4, <8; -mypy>=1.11.1, <2 +mypy>=1.19.1, <2