⬆️(dependencies) update python dependencies

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