@@ -25,17 +25,16 @@ license = { file = "LICENSE" }
25
25
readme = " README.md"
26
26
requires-python = " >=3.12"
27
27
dependencies = [
28
- " beautifulsoup4==4.13.3 " ,
29
- " boto3==1.37.33 " ,
28
+ " beautifulsoup4==4.13.4 " ,
29
+ " boto3==1.38.9 " ,
30
30
" Brotli==1.1.0" ,
31
- " celery[redis]==5.5.1 " ,
31
+ " celery[redis]==5.5.2 " ,
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-lasuite==0.0.7" ,
37
37
" django-parler==2.3" ,
38
- " redis==5.2.1" ,
39
38
" django-redis==5.4.0" ,
40
39
" django-storages[s3]==1.14.6" ,
41
40
" django-timezone-field>=5.1" ,
@@ -48,17 +47,18 @@ dependencies = [
48
47
" factory_boy==3.3.3" ,
49
48
" gunicorn==23.0.0" ,
50
49
" jsonschema==4.23.0" ,
51
- " lxml==5.3.2 " ,
50
+ " lxml==5.4.0 " ,
52
51
" markdown==3.8" ,
53
52
" mozilla-django-oidc==4.0.1" ,
54
53
" nested-multipart-parser==1.5.0" ,
55
- " openai==1.73 .0" ,
56
- " psycopg[binary]==3.2.6 " ,
57
- " pycrdt==0.12.12 " ,
54
+ " openai==1.77 .0" ,
55
+ " psycopg[binary]==3.2.7 " ,
56
+ " pycrdt==0.12.15 " ,
58
57
" PyJWT==2.10.1" ,
59
58
" python-magic==0.4.27" ,
59
+ " redis<6.0.0" ,
60
60
" requests==2.32.3" ,
61
- " sentry-sdk==2.25.1 " ,
61
+ " sentry-sdk==2.27.0 " ,
62
62
" whitenoise==6.9.0" ,
63
63
]
64
64
@@ -71,21 +71,21 @@ dependencies = [
71
71
[project .optional-dependencies ]
72
72
dev = [
73
73
" django-extensions==4.1" ,
74
- " django-test-migrations==1.4 .0" ,
75
- " drf-spectacular-sidecar==2025.4 .1" ,
74
+ " django-test-migrations==1.5 .0" ,
75
+ " drf-spectacular-sidecar==2025.5 .1" ,
76
76
" freezegun==1.5.1" ,
77
77
" ipdb==0.13.13" ,
78
- " ipython==9.1 .0" ,
78
+ " ipython==9.2 .0" ,
79
79
" pyfakefs==5.8.0" ,
80
80
" pylint-django==2.6.1" ,
81
- " pylint==3.3.6 " ,
81
+ " pylint==3.3.7 " ,
82
82
" pytest-cov==6.1.1" ,
83
83
" pytest-django==4.11.1" ,
84
84
" pytest==8.3.5" ,
85
85
" pytest-icdiff==0.9" ,
86
86
" pytest-xdist==3.6.1" ,
87
87
" responses==0.25.7" ,
88
- " ruff==0.11.5 " ,
88
+ " ruff==0.11.8 " ,
89
89
" types-requests==2.32.0.20250328" ,
90
90
]
91
91
0 commit comments