File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies = [
16
16
" certifi==2025.8.3" ,
17
17
" charset-normalizer==3.4.3" ,
18
18
" django-environ==0.12.0" ,
19
- " Django==5.2.5 " ,
19
+ " Django==5.2.6 " ,
20
20
" django-bootstrap5==25.2" ,
21
21
" django-solo==2.4.0" ,
22
22
" gunicorn==23.0.0" ,
@@ -26,9 +26,9 @@ dependencies = [
26
26
" pytz==2025.2" ,
27
27
" requests==2.32.5" ,
28
28
" sqlparse==0.5.3" ,
29
- " typing_extensions==4.14.1 " ,
29
+ " typing_extensions==4.15.0 " ,
30
30
" urllib3==2.5.0" ,
31
- " whitenoise==6.9 .0" ,
31
+ " whitenoise==6.11 .0" ,
32
32
" PyJWT==2.10.1" ,
33
33
" django-allauth[mfa,socialaccount]" ,
34
34
" django-allauth-require2fa" ,
@@ -42,8 +42,8 @@ dev = [
42
42
" bandit==1.8.6" ,
43
43
" radon==6.0.1" ,
44
44
" vulture==2.14" ,
45
- " mypy==1.17.1 " ,
46
- " django-stubs[compatible-mypy]==5.2.2 " ,
45
+ " mypy==1.18.2 " ,
46
+ " django-stubs[compatible-mypy]==5.2.5 " ,
47
47
]
48
48
49
49
[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments