@@ -26,19 +26,19 @@ readme = "README.md"
26
26
requires-python = " >=3.12"
27
27
dependencies = [
28
28
" beautifulsoup4==4.13.3" ,
29
- " boto3==1.37.24 " ,
29
+ " boto3==1.37.33 " ,
30
30
" Brotli==1.1.0" ,
31
- " celery[redis]==5.5.0 " ,
31
+ " celery[redis]==5.5.1 " ,
32
32
" django-configurations==2.5.1" ,
33
33
" django-cors-headers==4.7.0" ,
34
34
" django-countries==7.6.1" ,
35
35
" django-filter==25.1" ,
36
36
" django-parler==2.3" ,
37
37
" redis==5.2.1" ,
38
38
" django-redis==5.4.0" ,
39
- " django-storages[s3]==1.14.5 " ,
39
+ " django-storages[s3]==1.14.6 " ,
40
40
" django-timezone-field>=5.1" ,
41
- " django==5.1.8 " ,
41
+ " django==5.2 " ,
42
42
" django-treebeard==4.7.1" ,
43
43
" djangorestframework==3.16.0" ,
44
44
" drf_spectacular==0.28.0" ,
@@ -47,17 +47,17 @@ dependencies = [
47
47
" factory_boy==3.3.3" ,
48
48
" gunicorn==23.0.0" ,
49
49
" jsonschema==4.23.0" ,
50
- " lxml==5.3.1 " ,
51
- " markdown==3.7 " ,
50
+ " lxml==5.3.2 " ,
51
+ " markdown==3.8 " ,
52
52
" mozilla-django-oidc==4.0.1" ,
53
53
" nested-multipart-parser==1.5.0" ,
54
- " openai==1.70 .0" ,
54
+ " openai==1.73 .0" ,
55
55
" psycopg[binary]==3.2.6" ,
56
- " pycrdt==0.12.10 " ,
56
+ " pycrdt==0.12.12 " ,
57
57
" PyJWT==2.10.1" ,
58
58
" python-magic==0.4.27" ,
59
59
" requests==2.32.3" ,
60
- " sentry-sdk==2.25.0 " ,
60
+ " sentry-sdk==2.25.1 " ,
61
61
" whitenoise==6.9.0" ,
62
62
]
63
63
@@ -69,22 +69,22 @@ dependencies = [
69
69
70
70
[project .optional-dependencies ]
71
71
dev = [
72
- " django-extensions==3.2.3 " ,
72
+ " django-extensions==4.1 " ,
73
73
" django-test-migrations==1.4.0" ,
74
- " drf-spectacular-sidecar==2025.3 .1" ,
74
+ " drf-spectacular-sidecar==2025.4 .1" ,
75
75
" freezegun==1.5.1" ,
76
76
" ipdb==0.13.13" ,
77
- " ipython==9.0.2 " ,
77
+ " ipython==9.1.0 " ,
78
78
" pyfakefs==5.8.0" ,
79
79
" pylint-django==2.6.1" ,
80
80
" pylint==3.3.6" ,
81
- " pytest-cov==6.0.0 " ,
82
- " pytest-django==4.10.0 " ,
81
+ " pytest-cov==6.1.1 " ,
82
+ " pytest-django==4.11.1 " ,
83
83
" pytest==8.3.5" ,
84
84
" pytest-icdiff==0.9" ,
85
85
" pytest-xdist==3.6.1" ,
86
86
" responses==0.25.7" ,
87
- " ruff==0.11.2 " ,
87
+ " ruff==0.11.5 " ,
88
88
" types-requests==2.32.0.20250328" ,
89
89
]
90
90
0 commit comments