chore: update django-stubs version (#3085)
Upstream has fixed the issue. Closes: #3064
This commit is contained in:
parent
81e8fa90ed
commit
bac903f4e5
|
@ -41,8 +41,7 @@ setup(
|
||||||
],
|
],
|
||||||
"dev": [
|
"dev": [
|
||||||
"django-coverage-plugin>=3.0.0,<4",
|
"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>=5.1.0,<6",
|
||||||
"django-stubs>=1.14.0,<5",
|
|
||||||
"djangorestframework-stubs>=1.8.0,<4",
|
"djangorestframework-stubs>=1.8.0,<4",
|
||||||
"model_bakery>=1.10.1,<2",
|
"model_bakery>=1.10.1,<2",
|
||||||
"psycopg[binary]>=3.1.8,<4",
|
"psycopg[binary]>=3.1.8,<4",
|
||||||
|
|
Loading…
Reference in New Issue