From c5dd14aea4c3837218a04dead59d1861d21dd3af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:39:13 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=1.17.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.17.1...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3ec362..7500c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "ruff>=0.12.0", "commitizen>=4.8.3", # ── Type checking ───────────────────────────────────────── - "mypy>=1.17.1", + "mypy>=1.20.2", "types-requests>=2.31.0", # ── Security ────────────────────────────────────────────── "bandit[toml]>=1.8.6",