File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ version = "0.1.4"
13
13
requires-python = " >=3.12"
14
14
dependencies = [
15
15
" asgiref==3.9.1" ,
16
- " certifi==2025.6.15 " ,
17
- " charset-normalizer==3.4.2 " ,
16
+ " certifi==2025.8.3 " ,
17
+ " charset-normalizer==3.4.3 " ,
18
18
" django-environ==0.12.0" ,
19
- " Django==5.2.4 " ,
20
- " django-allauth[mfa]==65.10 .0" ,
21
- " django-bootstrap5==25.1 " ,
19
+ " Django==5.2.5 " ,
20
+ " django-allauth[mfa]==65.11 .0" ,
21
+ " django-bootstrap5==25.2 " ,
22
22
" django-solo==2.4.0" ,
23
23
" gunicorn==23.0.0" ,
24
24
" idna==3.10" ,
@@ -35,14 +35,14 @@ dependencies = [
35
35
36
36
[project .optional-dependencies ]
37
37
dev = [
38
- " ruff==0.12.3 " ,
39
- " pre-commit==4.2 .0" ,
38
+ " ruff==0.12.9 " ,
39
+ " pre-commit==4.3 .0" ,
40
40
" commitizen>=3.0.0" ,
41
- " bandit==1.8.0 " ,
41
+ " bandit==1.8.6 " ,
42
42
" radon==6.0.1" ,
43
43
" vulture==2.14" ,
44
- " mypy==1.11.2 " ,
45
- " django-stubs[compatible-mypy]==5.1.0 " ,
44
+ " mypy==1.17.1 " ,
45
+ " django-stubs[compatible-mypy]==5.2.2 " ,
46
46
]
47
47
48
48
[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments