mirror of
https://github.com/suitenumerique/people.git
synced 2026-08-17 21:25:52 +02:00
⬆️(dependencies) update python dependencies
This commit is contained in:
+31
-31
@@ -27,42 +27,42 @@ requires-python = "~=3.14.2"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"Brotli==1.2.0",
|
"Brotli==1.2.0",
|
||||||
"PyJWT==2.13.0",
|
"PyJWT==2.13.0",
|
||||||
"boto3==1.42.62",
|
"boto3==1.43.67",
|
||||||
"celery[redis]==5.6.2",
|
"celery[redis]==5.6.3",
|
||||||
"cryptography>=50.0.0",
|
"cryptography>=50.0.0",
|
||||||
"django-celery-beat==2.9.0",
|
"django-celery-beat==2.9.0",
|
||||||
"django-celery-results==2.6.0",
|
"django-celery-results==2.6.0",
|
||||||
"django-configurations==2.5.1",
|
"django-configurations==2.5.1",
|
||||||
"django-cors-headers==4.9.0",
|
"django-cors-headers==4.9.0",
|
||||||
"django-countries==8.2.0",
|
"django-countries==9.0.0",
|
||||||
"django-extensions==4.1",
|
"django-extensions==4.1",
|
||||||
"django-import-export>=4.4.0",
|
"django-import-export>=4.4.0",
|
||||||
"django-lasuite==0.0.25",
|
"django-lasuite==0.0.27",
|
||||||
"django-oauth-toolkit==3.2.0",
|
"django-oauth-toolkit==3.4.0",
|
||||||
"django-parler==2.3",
|
"django-parler==2.4",
|
||||||
"django-redis==6.0.0",
|
"django-redis==7.0.0",
|
||||||
"django-storages==1.14.6",
|
"django-storages==1.14.6",
|
||||||
"django-timezone-field>=5.1",
|
"django-timezone-field>=5.1",
|
||||||
"django-treebeard==5.0.5",
|
"django-treebeard==7.0.0",
|
||||||
"django-zxcvbn-password-validator==1.5.3",
|
"django-zxcvbn-password-validator==1.7.0",
|
||||||
"django==6.0.6",
|
"django==6.1",
|
||||||
"djangorestframework==3.16.1",
|
"djangorestframework==3.18.0",
|
||||||
"dockerflow==2026.3.4",
|
"dockerflow==2026.3.4",
|
||||||
"drf_spectacular==0.29.0",
|
"drf_spectacular==0.30.0",
|
||||||
"drf_spectacular[sidecar]==0.29.0",
|
"drf_spectacular[sidecar]==0.30.0",
|
||||||
"easy_thumbnails==2.10.1",
|
"easy_thumbnails==2.10.1",
|
||||||
"factory_boy==3.3.3",
|
"factory_boy==3.3.3",
|
||||||
"flower==2.0.1",
|
"flower==2.0.1",
|
||||||
"gunicorn==25.1.0",
|
"gunicorn==26.0.0",
|
||||||
"jaraco.context>=6.1.0",
|
"jaraco.context>=6.1.0",
|
||||||
"joserfc==1.6.8",
|
"joserfc==1.7.4",
|
||||||
"jsonschema==4.26.0",
|
"jsonschema==4.26.0",
|
||||||
"mozilla-django-oidc==5.0.2",
|
"mozilla-django-oidc==5.0.2",
|
||||||
"nested-multipart-parser==1.6.0",
|
"nested-multipart-parser==1.6.0",
|
||||||
"psycopg[binary]==3.3.3",
|
"psycopg[binary]==3.3.4",
|
||||||
"redis<=7.2.1",
|
"redis<=8.1.0",
|
||||||
"requests==2.33.0",
|
"requests==2.34.2",
|
||||||
"sentry-sdk[django]==2.54.0",
|
"sentry-sdk[django]==2.66.1",
|
||||||
"tornado>=6.5.6",
|
"tornado>=6.5.6",
|
||||||
"whitenoise==6.12.0",
|
"whitenoise==6.12.0",
|
||||||
]
|
]
|
||||||
@@ -75,21 +75,21 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"drf-spectacular-sidecar==2026.3.1",
|
"drf-spectacular-sidecar==2026.8.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
"ipython==9.11.0",
|
"ipython==9.16.1",
|
||||||
"jq==1.11.0",
|
"jq==1.12.0",
|
||||||
"pyfakefs==6.1.4",
|
"pyfakefs==6.2.0",
|
||||||
"pylint-django==2.7.0",
|
"pylint-django==2.8.0",
|
||||||
"pylint==4.0.5",
|
"pylint==4.0.7",
|
||||||
"pytest-cov==7.0.0",
|
"pytest-cov==7.1.0",
|
||||||
"pytest-django==4.12.0",
|
"pytest-django==4.13.0",
|
||||||
"pytest==9.0.3",
|
"pytest==9.1.1",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.8.0",
|
"pytest-xdist==3.8.0",
|
||||||
"responses==0.26.0",
|
"responses==0.26.2",
|
||||||
"ruff==0.15.5",
|
"ruff==0.16.2",
|
||||||
"types-requests==2.32.4.20260107",
|
"types-requests==2.33.0.20260712",
|
||||||
"freezegun==1.5.5",
|
"freezegun==1.5.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user