From 287a0430917b5d891127ea73e6e8fdfc7bce3cd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 09:25:07 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf6c746f..007fc01e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ types = [ "celery-types==0.26.0", "django-stubs-ext==6.0.4", "django-stubs[compatible-mypy]==6.0.4", - "mypy==1.20.2", + "mypy==2.1.0", "types-dateparser==1.4.0.20260508", "types-python-dateutil==2.9.0.20260508", "types-requests==2.33.0.20260513"