Skip to content

Commit 204e8cc

Browse files
Update django
1 parent a0d6a77 commit 204e8cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = ["Private :: Do Not Upload"]
1212
dependencies = [
1313
# Runtime dependendencies, always needed
1414
"celery==5.6.3",
15-
"django[argon2]==6.0.7",
15+
"django[argon2]==6.1",
1616
"django-ninja==1.6.2",
1717
"django-allauth==65.18.0",
1818
"django-auth-style==0.15.0",
@@ -24,7 +24,7 @@ dependencies = [
2424
"django-resonant-utils[allauth,s3_storage]==0.19.0",
2525
"django-s3-file-field[s3]==1.1.0",
2626
"django-storages[s3]==1.14.6",
27-
"django-stubs-ext==6.0.7",
27+
"django-stubs-ext==6.1.0",
2828
"psycopg[binary]==3.3.4",
2929
"pydantic==2.13.4",
3030
"requests==2.34.2",
@@ -80,7 +80,7 @@ lint = [
8080
type = [
8181
"mypy==1.20.2",
8282
"celery-types==0.26.0",
83-
"django-stubs[compatible-mypy]==6.0.7",
83+
"django-stubs[compatible-mypy]==6.1.0",
8484
"types-requests==2.33.0.20260712",
8585
]
8686
test = [

0 commit comments

Comments
 (0)