@@ -24,45 +24,45 @@ requires-python = ">=3.13,<4.0"
24
24
25
25
# Note: after changing this list you must re-run `make back-poetry-lock`
26
26
dependencies = [
27
- " celery[redis]==5.5.2 " ,
28
- " cryptography==45.0.5 " ,
29
- " dj-database-url==2. 3.0" ,
30
- " django==5.1.11 " ,
31
- " django-celery-beat==2.8.0 " ,
27
+ " celery[redis]==5.5.3 " ,
28
+ " cryptography==45.0.7 " ,
29
+ " dj-database-url==3.0.1 " ,
30
+ " django==5.2.6 " ,
31
+ " django-celery-beat==2.8.1 " ,
32
32
" django-celery-results==2.6.0" ,
33
33
" django-configurations==2.5.1" ,
34
- " django-cors-headers==4.6 .0" ,
34
+ " django-cors-headers==4.7 .0" ,
35
35
" django-countries==7.6.1" ,
36
36
" django-fernet-encrypted-fields==0.3.0" ,
37
- " django-filter==24.3 " ,
37
+ " django-filter==25.1 " ,
38
38
" django-parler==2.3" ,
39
39
" django-prometheus==2.4.1" ,
40
- " django-redis==5.4 .0" ,
40
+ " django-redis==6.0 .0" ,
41
41
" django-storages==1.14.6" ,
42
42
" django-timezone-field==7.1" ,
43
- " djangorestframework==3.15.2 " ,
43
+ " djangorestframework==3.16.1 " ,
44
44
" dkimpy==1.1.8" ,
45
45
" dnspython==2.7.0" ,
46
46
" drf_spectacular==0.28.0" ,
47
- " opensearch-py==2.8 .0" ,
48
- " factory_boy==3.3.1 " ,
47
+ " opensearch-py==3.0 .0" ,
48
+ " factory_boy==3.3.3 " ,
49
49
" flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6" ,
50
50
" gunicorn==23.0.0" ,
51
- " jsonschema==4.25.0 " ,
51
+ " jsonschema==4.25.1 " ,
52
52
" mozilla-django-oidc==4.0.1" ,
53
53
" nested-multipart-parser==1.5.0" ,
54
- " openai==1.93.0 " ,
55
- " psycopg[binary]==3.2.4 " ,
54
+ " openai==1.106.1 " ,
55
+ " psycopg[binary]==3.2.9 " ,
56
56
" PyJWT==2.10.1" ,
57
57
" PySocks==1.7.1" ,
58
- " python-keycloak==5.5 .1" ,
58
+ " python-keycloak==5.8 .1" ,
59
59
" python-magic==0.4.27" ,
60
60
" pyzstd==0.17.0" ,
61
- " redis==5.2.1 " ,
61
+ " redis==6.4.0 " ,
62
62
" requests==2.32.5" ,
63
- " sentry-sdk[django]==2.27 .0" ,
64
- " url-normalize==1.4.3 " ,
65
- " whitenoise==6.8.2 " ,
63
+ " sentry-sdk[django]==2.37 .0" ,
64
+ " url-normalize==2.2.1 " ,
65
+ " whitenoise==6.9.0 " ,
66
66
" prometheus-client==0.22.1" ,
67
67
]
68
68
@@ -74,21 +74,21 @@ dependencies = [
74
74
75
75
[project .optional-dependencies ]
76
76
dev = [
77
- " django-extensions==3.2.3 " ,
78
- " drf-spectacular-sidecar==2024.12 .1" ,
77
+ " django-extensions==4.1 " ,
78
+ " drf-spectacular-sidecar==2025.9 .1" ,
79
79
" flower==2.0.1" ,
80
80
" pip-audit==2.9.0" ,
81
81
" pipdeptree==2.28.0" ,
82
82
" pylint-django==2.6.1" ,
83
- " pylint==3.3.4 " ,
84
- " pytest-cov==6.0 .0" ,
85
- " pytest-django==4.9.0 " ,
86
- " pytest==8.3.4 " ,
83
+ " pylint==3.3.8 " ,
84
+ " pytest-cov==6.3 .0" ,
85
+ " pytest-django==4.11.1 " ,
86
+ " pytest==8.4.2 " ,
87
87
" pytest-icdiff==0.9" ,
88
88
" pytest-repeat==0.9.4" ,
89
- " pytest-xdist==3.6.1 " ,
90
- " responses==0.25.6 " ,
91
- " ruff==0.9.3 "
89
+ " pytest-xdist==3.8.0 " ,
90
+ " responses==0.25.8 " ,
91
+ " ruff==0.12.12 "
92
92
]
93
93
94
94
[tool .poetry ]
0 commit comments