⬆️(dependencies) update python dependencies
manually upgrade dependencies
This commit is contained in:
committed by
Marie
parent
3dc11c9b52
commit
99bf301a9c
@@ -27,7 +27,7 @@ requires-python = ">=3.11"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"Brotli==1.1.0",
|
"Brotli==1.1.0",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
"boto3==1.38.33",
|
"boto3==1.38.45",
|
||||||
"celery[redis]==5.5.3",
|
"celery[redis]==5.5.3",
|
||||||
"django-celery-beat==2.8.1",
|
"django-celery-beat==2.8.1",
|
||||||
"django-celery-results==2.6.0",
|
"django-celery-results==2.6.0",
|
||||||
@@ -35,7 +35,7 @@ dependencies = [
|
|||||||
"django-cors-headers==4.7.0",
|
"django-cors-headers==4.7.0",
|
||||||
"django-countries==7.6.1",
|
"django-countries==7.6.1",
|
||||||
"django-extensions==4.1",
|
"django-extensions==4.1",
|
||||||
"django-lasuite==0.0.9",
|
"django-lasuite==0.0.10",
|
||||||
"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",
|
||||||
@@ -59,7 +59,7 @@ dependencies = [
|
|||||||
"psycopg[binary]==3.2.9",
|
"psycopg[binary]==3.2.9",
|
||||||
"redis==5.2.1",
|
"redis==5.2.1",
|
||||||
"requests==2.32.4",
|
"requests==2.32.4",
|
||||||
"sentry-sdk[django]==2.29.1",
|
"sentry-sdk[django]==2.32.0",
|
||||||
"whitenoise==6.9.0",
|
"whitenoise==6.9.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -74,18 +74,18 @@ dev = [
|
|||||||
"drf-spectacular-sidecar==2025.6.1",
|
"drf-spectacular-sidecar==2025.6.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
"ipython==9.3.0",
|
"ipython==9.3.0",
|
||||||
"jq==1.8.0",
|
"jq==1.9.1",
|
||||||
"pyfakefs==5.8.0",
|
"pyfakefs==5.9.1",
|
||||||
"pylint-django==2.6.1",
|
"pylint-django==2.6.1",
|
||||||
"pylint==3.3.7",
|
"pylint==3.3.7",
|
||||||
"pytest-cov==6.1.1",
|
"pytest-cov==6.2.1",
|
||||||
"pytest-django==4.11.1",
|
"pytest-django==4.11.1",
|
||||||
"pytest==8.4.0",
|
"pytest==8.4.1",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.7.0",
|
"pytest-xdist==3.7.0",
|
||||||
"responses==0.25.7",
|
"responses==0.25.7",
|
||||||
"ruff==0.11.13",
|
"ruff==0.11.13",
|
||||||
"types-requests==2.32.0.20250602",
|
"types-requests==2.32.4.20250611",
|
||||||
"freezegun==1.5.2",
|
"freezegun==1.5.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user