⬆️(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:
renovate[bot]
2026-01-16 10:17:45 +00:00
committed by Marie
parent 7d44e54913
commit 89e7703d53

View File

@@ -27,41 +27,41 @@ requires-python = ">=3.11"
dependencies = [
"Brotli==1.2.0",
"PyJWT==2.10.1",
"boto3==1.40.17",
"celery[redis]==5.5.3",
"boto3==1.42.24",
"celery[redis]==5.6.2",
"django-celery-beat==2.8.1",
"django-celery-results==2.6.0",
"django-configurations==2.5.1",
"django-cors-headers==4.7.0",
"django-countries==7.6.1",
"django-cors-headers==4.9.0",
"django-countries==8.2.0",
"django-extensions==4.1",
"django-lasuite==0.0.12",
"django-oauth-toolkit==3.0.1",
"django-lasuite==0.0.22",
"django-oauth-toolkit==3.2.0",
"django-parler==2.3",
"django-redis==6.0.0",
"django-storages==1.14.6",
"django-timezone-field>=5.1",
"django-treebeard==4.7.1",
"django-zxcvbn-password-validator==1.4.5",
"django-treebeard==4.8.0",
"django-zxcvbn-password-validator==1.5.2",
"django==5.2.9",
"djangorestframework==3.16.1",
"dockerflow==2024.4.2",
"drf_spectacular==0.28.0",
"drf_spectacular[sidecar]==0.28.0",
"drf_spectacular==0.29.0",
"drf_spectacular[sidecar]==0.29.0",
"easy_thumbnails==2.10.1",
"factory_boy==3.3.3",
"flower==2.0.1",
"gunicorn==23.0.0",
"jaraco.context>=6.1.0",
"joserfc==1.3.0",
"jsonschema==4.25.1",
"mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.9",
"redis<=6.4.0",
"joserfc==1.6.1",
"jsonschema==4.26.0",
"mozilla-django-oidc==5.0.2",
"nested-multipart-parser==1.6.0",
"psycopg[binary]==3.3.2",
"redis<=7.1.0",
"requests==2.32.5",
"sentry-sdk[django]==2.35.1",
"whitenoise==6.9.0",
"sentry-sdk[django]==2.49.0",
"whitenoise==6.11.0",
]
[project.urls]
@@ -72,21 +72,21 @@ dependencies = [
[project.optional-dependencies]
dev = [
"drf-spectacular-sidecar==2025.8.1",
"drf-spectacular-sidecar==2026.1.1",
"ipdb==0.13.13",
"ipython==9.4.0",
"ipython==9.9.0",
"jq==1.10.0",
"pyfakefs==5.9.2",
"pylint-django==2.6.1",
"pylint==3.3.8",
"pytest-cov==6.2.1",
"pyfakefs==6.0.0",
"pylint-django==2.7.0",
"pylint==4.0.4",
"pytest-cov==7.0.0",
"pytest-django==4.11.1",
"pytest==8.4.1",
"pytest==9.0.2",
"pytest-icdiff==0.9",
"pytest-xdist==3.8.0",
"responses==0.25.8",
"ruff==0.12.10",
"types-requests==2.32.4.20250809",
"ruff==0.14.11",
"types-requests==2.32.4.20260107",
"freezegun==1.5.5",
]