From f265324e60ed9c2ccc70987c83e3fa1265f836eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:23:02 +0000 Subject: [PATCH] chore(deps-dev): Update mypy requirement from >=1.7.0 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.7.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 aadd283..91cb442 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ pytest-homeassistant-custom-component>=0.13.0 # Linting and type checking ruff>=0.1.0 -mypy>=1.7.0 +mypy>=1.20.2 # Pre-commit hooks pre-commit>=3.5.0