From 7fee455786f3dfcb8a900cd691639a4836d6a481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:22:56 +0000 Subject: [PATCH] deps: update mypy requirement from >=1.11 to >=1.20.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...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 0b118cd..6551211 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ pytest-timeout>=2.3 pytest-memray>=1.5; sys_platform != "win32" # memray has no Windows wheels # ── Type checking ──────────────────────────────────────────────────────────── -mypy>=1.11 +mypy>=1.20.2 types-requests # ── Linting / formatting ─────────────────────────────────────────────────────