@@ -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
- " boto3==1.36.7 " ,
28
- " celery[redis]==5.5.2 " ,
29
- " cryptography==45.0.5 " ,
30
- " dj-database-url==2. 3.0" ,
31
- " django==5.1.11 " ,
32
- " django-celery-beat==2.8.0 " ,
27
+ " boto3==1.40.10 " ,
28
+ " celery[redis]==5.5.3 " ,
29
+ " cryptography==45.0.6 " ,
30
+ " dj-database-url==3.0.1 " ,
31
+ " django==5.2.5 " ,
32
+ " django-celery-beat==2.8.1 " ,
33
33
" django-celery-results==2.6.0" ,
34
34
" django-configurations==2.5.1" ,
35
- " django-cors-headers==4.6 .0" ,
35
+ " django-cors-headers==4.7 .0" ,
36
36
" django-countries==7.6.1" ,
37
37
" django-fernet-encrypted-fields==0.3.0" ,
38
- " django-filter==24.3 " ,
38
+ " django-filter==25.1 " ,
39
39
" django-parler==2.3" ,
40
- " django-redis==5.4 .0" ,
41
- " django-storages[s3]==1.14.4 " ,
40
+ " django-redis==6.0 .0" ,
41
+ " django-storages[s3]==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
" dockerflow==2024.4.2" ,
47
47
" drf_spectacular==0.28.0" ,
48
- " opensearch-py==2.8 .0" ,
49
- " factory_boy==3.3.1 " ,
48
+ " opensearch-py==3.0 .0" ,
49
+ " factory_boy==3.3.3 " ,
50
50
" flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6" ,
51
51
" gunicorn==23.0.0" ,
52
52
" jsonschema==4.25.0" ,
53
53
" mozilla-django-oidc==4.0.1" ,
54
54
" nested-multipart-parser==1.5.0" ,
55
- " openai==1.93.0 " ,
56
- " psycopg[binary]==3.2.4 " ,
55
+ " openai==1.99.9 " ,
56
+ " psycopg[binary]==3.2.9 " ,
57
57
" PyJWT==2.10.1" ,
58
- " python-keycloak==5.5.1 " ,
58
+ " python-keycloak==5.7.0 " ,
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.4" ,
63
- " sentry-sdk[django]==2.27 .0" ,
64
- " url-normalize==1.4.3 " ,
65
- " whitenoise==6.8.2 " ,
63
+ " sentry-sdk[django]==2.35 .0" ,
64
+ " url-normalize==2.2.1 " ,
65
+ " whitenoise==6.9.0 " ,
66
66
]
67
67
68
68
[project .urls ]
@@ -73,20 +73,20 @@ dependencies = [
73
73
74
74
[project .optional-dependencies ]
75
75
dev = [
76
- " django-extensions==3.2.3 " ,
77
- " drf-spectacular-sidecar==2024.12 .1" ,
76
+ " django-extensions==4.1 " ,
77
+ " drf-spectacular-sidecar==2025.8 .1" ,
78
78
" flower==2.0.1" ,
79
79
" pip-audit==2.9.0" ,
80
80
" pylint-django==2.6.1" ,
81
- " pylint==3.3.4 " ,
82
- " pytest-cov==6.0.0 " ,
83
- " pytest-django==4.9.0 " ,
84
- " pytest==8.3.4 " ,
81
+ " pylint==3.3.8 " ,
82
+ " pytest-cov==6.2.1 " ,
83
+ " pytest-django==4.11.1 " ,
84
+ " pytest==8.4.1 " ,
85
85
" pytest-icdiff==0.9" ,
86
86
" pytest-repeat==0.9.4" ,
87
- " pytest-xdist==3.6.1 " ,
88
- " responses==0.25.6 " ,
89
- " ruff==0.9.3 "
87
+ " pytest-xdist==3.8.0 " ,
88
+ " responses==0.25.8 " ,
89
+ " ruff==0.12.9 "
90
90
]
91
91
92
92
[tool .poetry ]
0 commit comments