chore: update django-stubs version ()

Upstream has fixed the issue.

Closes: 
This commit is contained in:
Kyle Robbertze 2024-09-30 16:15:28 +01:00 committed by GitHub
parent 81e8fa90ed
commit bac903f4e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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",