From afec58742c4909e6fc1646b29b3b89afbd8504a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 15:53:58 +0000 Subject: [PATCH] Update dependency mypy to v1.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3b5290d2b6a..9ec7568da18d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ types = [ "django-stubs==5.1.1", "djangorestframework-stubs==3.15.2", "types-lxml==2024.12.13", - "mypy==1.13.0", + "mypy==1.14.0", "types-dateparser==1.2.0.20240420", "types-jsonschema==4.23.0.20241208", "types-openpyxl==3.1.5.20241126",