@@ -25,10 +25,10 @@ license = { file = "LICENSE" }
25
25
readme = " README.md"
26
26
requires-python = " >=3.12"
27
27
dependencies = [
28
- " beautifulsoup4==4.12 .3" ,
29
- " boto3==1.37.18 " ,
28
+ " beautifulsoup4==4.13 .3" ,
29
+ " boto3==1.37.24 " ,
30
30
" Brotli==1.1.0" ,
31
- " celery[redis]==5.4 .0" ,
31
+ " celery[redis]==5.5 .0" ,
32
32
" django-configurations==2.5.1" ,
33
33
" django-cors-headers==4.7.0" ,
34
34
" django-countries==7.6.1" ,
@@ -40,7 +40,7 @@ dependencies = [
40
40
" django-timezone-field>=5.1" ,
41
41
" django==5.1.7" ,
42
42
" django-treebeard==4.7.1" ,
43
- " djangorestframework==3.15.2 " ,
43
+ " djangorestframework==3.16.0 " ,
44
44
" drf_spectacular==0.28.0" ,
45
45
" dockerflow==2024.4.2" ,
46
46
" easy_thumbnails==2.10" ,
@@ -51,14 +51,14 @@ dependencies = [
51
51
" markdown==3.7" ,
52
52
" mozilla-django-oidc==4.0.1" ,
53
53
" nested-multipart-parser==1.5.0" ,
54
- " openai==1.68.2 " ,
54
+ " openai==1.70.0 " ,
55
55
" psycopg[binary]==3.2.6" ,
56
56
" pycrdt==0.12.10" ,
57
57
" PyJWT==2.10.1" ,
58
58
" python-magic==0.4.27" ,
59
59
" requests==2.32.3" ,
60
- " sentry-sdk==2.24 .0" ,
61
- " url-normalize==1.4.3 " ,
60
+ " sentry-sdk==2.25 .0" ,
61
+ " url-normalize==2.2.0 " ,
62
62
" whitenoise==6.9.0" ,
63
63
]
64
64
@@ -86,7 +86,7 @@ dev = [
86
86
" pytest-xdist==3.6.1" ,
87
87
" responses==0.25.7" ,
88
88
" ruff==0.11.2" ,
89
- " types-requests==2.32.0.20250306 " ,
89
+ " types-requests==2.32.0.20250328 " ,
90
90
]
91
91
92
92
[tool .setuptools ]
0 commit comments