File tree Expand file tree Collapse file tree 2 files changed +202
-116
lines changed Expand file tree Collapse file tree 2 files changed +202
-116
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies = [
51
51
" djangorestframework==3.16.1" ,
52
52
" djangorestframework-simplejwt[crypto]==5.5.1" ,
53
53
" drf-spectacular[sidecar]==0.28.0" ,
54
- " easy-thumbnails==2.10" ,
54
+ " easy-thumbnails==2.10.1 " ,
55
55
" flower==2.0.1" ,
56
56
" fontawesomefree~=6.6.0" ,
57
57
" icalendar==6.3.1" ,
@@ -61,19 +61,20 @@ dependencies = [
61
61
" pillow==11.3.0" ,
62
62
" psycopg==3.2.9" ,
63
63
" reportlab==4.4.3" ,
64
- " requests==2.32.4 " ,
64
+ " requests==2.32.5 " ,
65
65
" tqdm==4.67.1" ,
66
66
" tzdata==2025.2" ,
67
67
]
68
68
69
69
[dependency-groups ]
70
70
dev = [
71
- " coverage==7.10.3 " ,
71
+ " coverage==7.10.4 " ,
72
72
" django-debug-toolbar==6.0.0" ,
73
73
" django-extensions==4.1" ,
74
74
" faker==37.5.3" ,
75
+ " hatchling==1.27.0" ,
75
76
" isort==6.0.1" ,
76
- " ruff==0.12.8 " ,
77
+ " ruff==0.12.9 " ,
77
78
" tblib==3.1.0" ,
78
79
" wheel==0.45.1" ,
79
80
]
You can’t perform that action at this time.
0 commit comments