File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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,24 +26,24 @@ 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.10 .0" ,
32
32
" PyJWT==2.10.1" ,
33
33
" django-allauth[mfa,socialaccount]" ,
34
34
" django-allauth-require2fa" ,
35
35
]
36
36
37
37
[project .optional-dependencies ]
38
38
dev = [
39
- " ruff==0.12.9 " ,
39
+ " ruff==0.13.0 " ,
40
40
" pre-commit==4.3.0" ,
41
41
" commitizen>=3.0.0" ,
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 .1" ,
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