ci: downgrade django-stubs to not install v5.x (#3062)

### Description

This is until upstream fixes
https://github.com/typeddjango/django-stubs/issues/2304
This commit is contained in:
Kyle Robbertze 2024-08-04 12:00:56 +09:00 committed by GitHub
parent 65d435d9e7
commit 1f9a504996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ setup(
],
"dev": [
"django-coverage-plugin>=3.0.0,<4",
"django-stubs>=1.14.0,<6",
# Cannot upgrade to 5.x until https://github.com/typeddjango/django-stubs/issues/2304 is fixed
"django-stubs>=1.14.0,<5",
"djangorestframework-stubs>=1.8.0,<4",
"model_bakery>=1.10.1,<2",
"psycopg[binary]>=3.1.8,<4",