⬆️(dependencies) update python dependencies
keep django < 6.0 for compatibility with django-celery-beat See https://github.com/celery/django-celery-beat/issues/977
This commit is contained in:
@@ -27,41 +27,41 @@ requires-python = ">=3.11"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"Brotli==1.2.0",
|
"Brotli==1.2.0",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
"boto3==1.40.17",
|
"boto3==1.42.24",
|
||||||
"celery[redis]==5.5.3",
|
"celery[redis]==5.6.2",
|
||||||
"django-celery-beat==2.8.1",
|
"django-celery-beat==2.8.1",
|
||||||
"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.7.0",
|
"django-cors-headers==4.9.0",
|
||||||
"django-countries==7.6.1",
|
"django-countries==8.2.0",
|
||||||
"django-extensions==4.1",
|
"django-extensions==4.1",
|
||||||
"django-lasuite==0.0.12",
|
"django-lasuite==0.0.22",
|
||||||
"django-oauth-toolkit==3.0.1",
|
"django-oauth-toolkit==3.2.0",
|
||||||
"django-parler==2.3",
|
"django-parler==2.3",
|
||||||
"django-redis==6.0.0",
|
"django-redis==6.0.0",
|
||||||
"django-storages==1.14.6",
|
"django-storages==1.14.6",
|
||||||
"django-timezone-field>=5.1",
|
"django-timezone-field>=5.1",
|
||||||
"django-treebeard==4.7.1",
|
"django-treebeard==4.8.0",
|
||||||
"django-zxcvbn-password-validator==1.4.5",
|
"django-zxcvbn-password-validator==1.5.2",
|
||||||
"django==5.2.9",
|
"django==5.2.9",
|
||||||
"djangorestframework==3.16.1",
|
"djangorestframework==3.16.1",
|
||||||
"dockerflow==2024.4.2",
|
"dockerflow==2024.4.2",
|
||||||
"drf_spectacular==0.28.0",
|
"drf_spectacular==0.29.0",
|
||||||
"drf_spectacular[sidecar]==0.28.0",
|
"drf_spectacular[sidecar]==0.29.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==23.0.0",
|
"gunicorn==23.0.0",
|
||||||
"jaraco.context>=6.1.0",
|
"jaraco.context>=6.1.0",
|
||||||
"joserfc==1.3.0",
|
"joserfc==1.6.1",
|
||||||
"jsonschema==4.25.1",
|
"jsonschema==4.26.0",
|
||||||
"mozilla-django-oidc==4.0.1",
|
"mozilla-django-oidc==5.0.2",
|
||||||
"nested-multipart-parser==1.5.0",
|
"nested-multipart-parser==1.6.0",
|
||||||
"psycopg[binary]==3.2.9",
|
"psycopg[binary]==3.3.2",
|
||||||
"redis<=6.4.0",
|
"redis<=7.1.0",
|
||||||
"requests==2.32.5",
|
"requests==2.32.5",
|
||||||
"sentry-sdk[django]==2.35.1",
|
"sentry-sdk[django]==2.49.0",
|
||||||
"whitenoise==6.9.0",
|
"whitenoise==6.11.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
@@ -72,21 +72,21 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"drf-spectacular-sidecar==2025.8.1",
|
"drf-spectacular-sidecar==2026.1.1",
|
||||||
"ipdb==0.13.13",
|
"ipdb==0.13.13",
|
||||||
"ipython==9.4.0",
|
"ipython==9.9.0",
|
||||||
"jq==1.10.0",
|
"jq==1.10.0",
|
||||||
"pyfakefs==5.9.2",
|
"pyfakefs==6.0.0",
|
||||||
"pylint-django==2.6.1",
|
"pylint-django==2.7.0",
|
||||||
"pylint==3.3.8",
|
"pylint==4.0.4",
|
||||||
"pytest-cov==6.2.1",
|
"pytest-cov==7.0.0",
|
||||||
"pytest-django==4.11.1",
|
"pytest-django==4.11.1",
|
||||||
"pytest==8.4.1",
|
"pytest==9.0.2",
|
||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.8.0",
|
"pytest-xdist==3.8.0",
|
||||||
"responses==0.25.8",
|
"responses==0.25.8",
|
||||||
"ruff==0.12.10",
|
"ruff==0.14.11",
|
||||||
"types-requests==2.32.4.20250809",
|
"types-requests==2.32.4.20260107",
|
||||||
"freezegun==1.5.5",
|
"freezegun==1.5.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user