From a339723990b8a911db97bdbacd23b7fb1ff1342a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:14:20 +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.8.0...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 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 5095d42..ce34e4b 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.8.0,<2.0.0 +mypy>=1.20.2,<2.0.0 pyright>=1.1.350 # Type stubs (compatible versions)