From 2cd7b5f1407c64ba2ce7d922b222553f9c540a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:20:49 +0000 Subject: [PATCH] chore(api): update dependency mypy to v1.20.2 --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 607a8c7348..9a24eb10ad 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -6,7 +6,7 @@ dev = [ "docker==7.1.0", "filelock==3.20.3", "freezegun==1.5.1", - "mypy==1.10.1", + "mypy==1.20.2", "pylint==3.2.5", "pytest==9.0.3", "pytest-cov==5.0.0",