From 2459251e2bd2c24a70b26e17722c63015f6c4d0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:08:00 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.20.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a17d6828..9fce92b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ ] types = [ "django-types==0.23.0", - "mypy==1.20.0", + "mypy==1.20.1", "types-setuptools==82.0.0.20260408" ]