From f3c8b67d14aae66d2dd9f79906dd007b40f33f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:35:23 +0000 Subject: [PATCH] deps(deps-dev): update mypy requirement from >=1.20.1 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.20.1...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc0c3bf..a1bcc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ fontconfig = ["py.typed", "*.pyi"] dev = [ "pytest>=9.0.3", "ruff>=0.15.11", - "mypy>=1.20.1", + "mypy>=1.20.2", ] docs = [ "sphinx>=8.1.3",