From bac903f4e569e8f5603333a73a2cbd15194af150 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Mon, 30 Sep 2024 16:15:28 +0100 Subject: [PATCH] chore: update django-stubs version (#3085) Upstream has fixed the issue. Closes: #3064 --- api/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/setup.py b/api/setup.py index 39ff96ced..a744e7d1d 100644 --- a/api/setup.py +++ b/api/setup.py @@ -41,8 +41,7 @@ setup( ], "dev": [ "django-coverage-plugin>=3.0.0,<4", - # Cannot upgrade to 5.x until https://github.com/typeddjango/django-stubs/issues/2304 is fixed - "django-stubs>=1.14.0,<5", + "django-stubs>=5.1.0,<6", "djangorestframework-stubs>=1.8.0,<4", "model_bakery>=1.10.1,<2", "psycopg[binary]>=3.1.8,<4",