From 33cca481a11c848a8c0d5368a6ac40a23417098e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:45 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update mypy requirement 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.20.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d0b31fc..98e1fad 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ isort>=8.0.1,<9.0.0 # Linting and Type Checking ruff>=0.15.12,<1.0.0 -mypy>=1.20.2,<2.0.0 +mypy>=2.0.0,<3.0.0 pyright>=1.1.409 # Type stubs (compatible versions)