Skip to content

Commit 5d71cf8

Browse files
fix(deps): update django to v6
1 parent 72c5ef1 commit 5d71cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"django-oauth-toolkit==3.2.0",
2828
"django-resonant-settings[allauth,celery]==0.48.1",
2929
"django-resonant-utils[allauth,s3_storage]==0.19.0",
30-
"django-stubs-ext==5.2.9",
30+
"django-stubs-ext==6.0.1",
3131
"djangorestframework==3.17.0",
3232
"drf-yasg==1.21.15",
3333
# Needed for GeoDjango and "large-image[gdal]"
@@ -93,7 +93,7 @@ lint = [
9393
type = [
9494
"mypy==1.19.1",
9595
"celery-types==0.26.0",
96-
"django-stubs[compatible-mypy]==5.2.9",
96+
"django-stubs[compatible-mypy]==6.0.1",
9797
"djangorestframework-stubs[compatible-mypy]==3.16.8",
9898
"pandas-stubs==3.0.0.260204",
9999
"types-channels==4.3.0.20250822",

0 commit comments

Comments
 (0)