From ec4e37abd9156aa06871eccce92962f92e637adf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 May 2025 00:07:42 +0000 Subject: [PATCH] chore(deps): update dependency django-stubs to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa86b0d0..0056e659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "django-health-check>=3.18.3", "django-jet-reboot>=1.3.9", "django-storages>=1.14.4", - "django-stubs[compatible-mypy]>=4.2.7,<4.3", + "django-stubs[compatible-mypy]>=5.2,<5.3", "django-stubs-ext==4.2.7", "django>=4.2.0,<4.3", "djangorestframework>=3.15.2",