@@ -24,46 +24,46 @@ requires-python = ">=3.13,<4.0"
2424
2525# Note: after changing this list you must re-run `make back-poetry-lock`
2626dependencies = [
27- " celery[redis]==5.5.2 " ,
28- " cryptography==45 .0.5 " ,
29- " dj-database-url==2. 3.0" ,
30- " django==5.1.12 " ,
31- " django-celery-beat==2.8.0 " ,
27+ " celery[redis]==5.5.3 " ,
28+ " cryptography==46 .0.1 " ,
29+ " dj-database-url==3.0.1 " ,
30+ " django==5.2.6 " ,
31+ " django-celery-beat==2.8.1 " ,
3232 " django-celery-results==2.6.0" ,
3333 " django-configurations==2.5.1" ,
34- " django-cors-headers==4.6 .0" ,
34+ " django-cors-headers==4.9 .0" ,
3535 " django-countries==7.6.1" ,
3636 " django-fernet-encrypted-fields==0.3.0" ,
37- " django-filter==24.3 " ,
37+ " django-filter==25.1 " ,
3838 " django-parler==2.3" ,
3939 " django-prometheus==2.4.1" ,
40- " django-redis==5.4 .0" ,
40+ " django-redis==6.0 .0" ,
4141 " django-storages==1.14.6" ,
4242 " django-timezone-field==7.1" ,
43- " djangorestframework==3.15.2 " ,
43+ " djangorestframework==3.16.1 " ,
4444 " dkimpy==1.1.8" ,
45- " dnspython==2.7 .0" ,
45+ " dnspython==2.8 .0" ,
4646 " 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 " ,
4949 " flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6" ,
5050 " gunicorn==23.0.0" ,
51- " jsonschema==4.25.0 " ,
51+ " jsonschema==4.25.1 " ,
5252 " mozilla-django-oidc==4.0.1" ,
53- " nested-multipart-parser==1.5 .0" ,
54- " openai==1.93.0 " ,
55- " psycopg[binary]==3.2.4 " ,
53+ " nested-multipart-parser==1.6 .0" ,
54+ " openai==1.109.1 " ,
55+ " psycopg[binary]==3.2.10 " ,
5656 " PyJWT==2.10.1" ,
5757 " PySocks==1.7.1" ,
58- " python-keycloak==5.5 .1" ,
58+ " python-keycloak==5.8 .1" ,
5959 " python-magic==0.4.27" ,
6060 " pyzstd==0.17.0" ,
61- " redis==5.2.1 " ,
61+ " redis==6.4.0 " ,
6262 " requests==2.32.5" ,
63- " sentry-sdk[django]==2.27 .0" ,
64- " url-normalize==1.4.3 " ,
65- " whitenoise==6.8.2 " ,
66- " prometheus-client==0.22 .1" ,
63+ " sentry-sdk[django]==2.39 .0" ,
64+ " url-normalize==2.2.1 " ,
65+ " whitenoise==6.11.0 " ,
66+ " prometheus-client==0.23 .1" ,
6767]
6868
6969[project .urls ]
@@ -74,21 +74,21 @@ dependencies = [
7474
7575[project .optional-dependencies ]
7676dev = [
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" ,
7979 " flower==2.0.1" ,
8080 " pip-audit==2.9.0" ,
8181 " pipdeptree==2.28.0" ,
8282 " 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==7 .0.0" ,
85+ " pytest-django==4.11.1 " ,
86+ " pytest==8.4.2 " ,
8787 " pytest-icdiff==0.9" ,
8888 " 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.13.2 "
9292]
9393
9494[tool .poetry ]
0 commit comments