From 54e81a29dc7a8902f04b2cc25028dfce511b817d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:04:52 +0000 Subject: [PATCH] chore(deps): update mypy requirement from >=1.10 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.10.0...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 552f2fc..0a0bf2a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ pytest-asyncio>=0.23 pytest-cov>=7.1.0 voluptuous>=0.13 ruff>=0.15.12 -mypy>=1.10 +mypy>=1.20.2