@@ -22,39 +22,39 @@ license = "MIT"
2222readme = " README.md"
2323requires-python = " >=3.13,<4.0"
2424dependencies = [
25- " boto3==1.36.7 " ,
25+ " boto3==1.38.21 " ,
2626 " celery[redis]==5.5.2" ,
2727 " dj-database-url==2.3.0" ,
28- " django==5.1.8 " ,
29- " django-celery-beat==2.8.0 " ,
28+ " django==5.2.1 " ,
29+ " django-celery-beat==2.8.1 " ,
3030 " django-celery-results==2.6.0" ,
3131 " django-configurations==2.5.1" ,
32- " django-cors-headers==4.6 .0" ,
32+ " django-cors-headers==4.7 .0" ,
3333 " django-countries==7.6.1" ,
34- " django-filter==24.3 " ,
34+ " django-filter==25.1 " ,
3535 " django-parler==2.3" ,
3636 " django-redis==5.4.0" ,
37- " django-storages[s3]==1.14.4 " ,
37+ " django-storages[s3]==1.14.6 " ,
3838 " django-timezone-field==7.1" ,
39- " djangorestframework==3.15.2 " ,
39+ " djangorestframework==3.16.0 " ,
4040 " dkimpy==1.1.8" ,
4141 " dnspython==2.7.0" ,
4242 " dockerflow==2024.4.2" ,
4343 " drf_spectacular==0.28.0" ,
44- " elasticsearch==7.17.12 " ,
45- " factory_boy==3.3.1 " ,
44+ " elasticsearch==9.0.1 " ,
45+ " factory_boy==3.3.3 " ,
4646 " flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6" ,
4747 " gunicorn==23.0.0" ,
4848 " mozilla-django-oidc==4.0.1" ,
4949 " nested-multipart-parser==1.5.0" ,
50- " psycopg[binary]==3.2.4 " ,
50+ " psycopg[binary]==3.2.9 " ,
5151 " PyJWT==2.10.1" ,
5252 " python-magic==0.4.27" ,
53- " redis==5.2.1 " ,
53+ " redis==6.1.0 " ,
5454 " requests==2.32.3" ,
55- " sentry-sdk[django]==2.27.0 " ,
56- " url-normalize==1.4.3 " ,
57- " whitenoise==6.8.2 " ,
55+ " sentry-sdk[django]==2.29.1 " ,
56+ " url-normalize==2.2.1 " ,
57+ " whitenoise==6.9.0 " ,
5858]
5959
6060[project .urls ]
@@ -65,19 +65,19 @@ dependencies = [
6565
6666[project .optional-dependencies ]
6767dev = [
68- " django-extensions==3.2.3 " ,
69- " drf-spectacular-sidecar==2024.12 .1" ,
68+ " django-extensions==4.1 " ,
69+ " drf-spectacular-sidecar==2025.5 .1" ,
7070 " flower==2.0.1" ,
7171 " pylint-django==2.6.1" ,
72- " pylint==3.3.4 " ,
73- " pytest-cov==6.0.0 " ,
74- " pytest-django==4.9.0 " ,
75- " pytest==8.3.4 " ,
72+ " pylint==3.3.7 " ,
73+ " pytest-cov==6.1.1 " ,
74+ " pytest-django==4.11.1 " ,
75+ " pytest==8.3.5 " ,
7676 " pytest-icdiff==0.9" ,
7777 " pytest-repeat==0.9.4" ,
7878 " pytest-xdist==3.6.1" ,
79- " responses==0.25.6 " ,
80- " ruff==0.9.3 "
79+ " responses==0.25.7 " ,
80+ " ruff==0.11.10 "
8181]
8282
8383[tool .poetry ]
0 commit comments