⬆️(dependencies) update python dependencies
This commit is contained in:
committed by
Quentin BEY
parent
3735b699cc
commit
b42cd483c6
@@ -27,22 +27,22 @@ requires-python = ">=3.11"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"Brotli==1.1.0",
|
"Brotli==1.1.0",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
"boto3==1.37.24",
|
"boto3==1.37.38",
|
||||||
"celery[redis]==5.5.0",
|
"celery[redis]==5.5.1",
|
||||||
"django-celery-beat==2.7.0",
|
"django-celery-beat==2.8.0",
|
||||||
"django-celery-results==2.5.1",
|
"django-celery-results==2.6.0",
|
||||||
"django-configurations==2.5.1",
|
"django-configurations==2.5.1",
|
||||||
"django-cors-headers==4.7.0",
|
"django-cors-headers==4.7.0",
|
||||||
"django-countries==7.6.1",
|
"django-countries==7.6.1",
|
||||||
"django-lasuite==0.0.5",
|
"django-lasuite==0.0.6",
|
||||||
"django-oauth-toolkit==3.0.1",
|
"django-oauth-toolkit==3.0.1",
|
||||||
"django-parler==2.3",
|
"django-parler==2.3",
|
||||||
"django-redis==5.4.0",
|
"django-redis==5.4.0",
|
||||||
"django-storages==1.14.5",
|
"django-storages==1.14.6",
|
||||||
"django-timezone-field>=5.1",
|
"django-timezone-field>=5.1",
|
||||||
"django-treebeard==4.7.1",
|
"django-treebeard==4.7.1",
|
||||||
"django-zxcvbn-password-validator==1.4.5",
|
"django-zxcvbn-password-validator==1.4.5",
|
||||||
"django==5.1.8",
|
"django==5.2",
|
||||||
"djangorestframework==3.16.0",
|
"djangorestframework==3.16.0",
|
||||||
"dockerflow==2024.4.2",
|
"dockerflow==2024.4.2",
|
||||||
"drf_spectacular==0.28.0",
|
"drf_spectacular==0.28.0",
|
||||||
@@ -58,7 +58,7 @@ dependencies = [
|
|||||||
"psycopg[binary]==3.2.6",
|
"psycopg[binary]==3.2.6",
|
||||||
"redis==5.2.1",
|
"redis==5.2.1",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"sentry-sdk[django]==2.25.0",
|
"sentry-sdk[django]==2.26.1",
|
||||||
"whitenoise==6.9.0",
|
"whitenoise==6.9.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -70,21 +70,21 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"django-extensions==3.2.3",
|
"django-extensions==4.1",
|
||||||
"drf-spectacular-sidecar==2025.3.1",
|
"drf-spectacular-sidecar==2025.4.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
"ipython==9.0.2",
|
"ipython==9.1.0",
|
||||||
"jq==1.8.0",
|
"jq==1.8.0",
|
||||||
"pyfakefs==5.8.0",
|
"pyfakefs==5.8.0",
|
||||||
"pylint-django==2.6.1",
|
"pylint-django==2.6.1",
|
||||||
"pylint==3.3.6",
|
"pylint==3.3.6",
|
||||||
"pytest-cov==6.0.0",
|
"pytest-cov==6.1.1",
|
||||||
"pytest-django==4.10.0",
|
"pytest-django==4.11.1",
|
||||||
"pytest==8.3.5",
|
"pytest==8.3.5",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.6.1",
|
"pytest-xdist==3.6.1",
|
||||||
"responses==0.25.7",
|
"responses==0.25.7",
|
||||||
"ruff==0.11.2",
|
"ruff==0.11.6",
|
||||||
"types-requests==2.32.0.20250328",
|
"types-requests==2.32.0.20250328",
|
||||||
"freezegun==1.5.1",
|
"freezegun==1.5.1",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user