⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-08-26 09:23:11 +00:00
committed by GitHub
parent 89674ad718
commit a56f86965f

View File

@@ -27,7 +27,7 @@ requires-python = ">=3.11"
dependencies = [
"Brotli==1.1.0",
"PyJWT==2.10.1",
"boto3==1.38.45",
"boto3==1.40.17",
"celery[redis]==5.5.3",
"django-celery-beat==2.8.1",
"django-celery-results==2.6.0",
@@ -35,31 +35,31 @@ dependencies = [
"django-cors-headers==4.7.0",
"django-countries==7.6.1",
"django-extensions==4.1",
"django-lasuite==0.0.11",
"django-lasuite==0.0.12",
"django-oauth-toolkit==3.0.1",
"django-parler==2.3",
"django-redis==5.4.0",
"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==5.2.3",
"djangorestframework==3.16.0",
"django==5.2.5",
"djangorestframework==3.16.1",
"dockerflow==2024.4.2",
"drf_spectacular==0.28.0",
"drf_spectacular[sidecar]==0.28.0",
"easy_thumbnails==2.10",
"easy_thumbnails==2.10.1",
"factory_boy==3.3.3",
"flower==2.0.1",
"gunicorn==23.0.0",
"joserfc==1.1.0",
"jsonschema==4.24.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.0.0",
"requests==2.32.4",
"sentry-sdk[django]==2.32.0",
"redis<=6.4.0",
"requests==2.32.5",
"sentry-sdk[django]==2.35.1",
"whitenoise==6.9.0",
]
@@ -71,22 +71,22 @@ dependencies = [
[project.optional-dependencies]
dev = [
"drf-spectacular-sidecar==2025.6.1",
"drf-spectacular-sidecar==2025.8.1",
"ipdb==0.13.13",
"ipython==9.3.0",
"jq==1.9.1",
"pyfakefs==5.9.1",
"ipython==9.4.0",
"jq==1.10.0",
"pyfakefs==5.9.2",
"pylint-django==2.6.1",
"pylint==3.3.7",
"pylint==3.3.8",
"pytest-cov==6.2.1",
"pytest-django==4.11.1",
"pytest==8.4.1",
"pytest-icdiff==0.9",
"pytest-xdist==3.7.0",
"responses==0.25.7",
"ruff==0.11.13",
"types-requests==2.32.4.20250611",
"freezegun==1.5.2",
"pytest-xdist==3.8.0",
"responses==0.25.8",
"ruff==0.12.10",
"types-requests==2.32.4.20250809",
"freezegun==1.5.5",
]
[tool.setuptools]