⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-11-17 08:29:46 +00:00
committed by GitHub
parent b069310bf0
commit c8955133a4

View File

@@ -26,15 +26,15 @@ readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"beautifulsoup4==4.14.2", "beautifulsoup4==4.14.2",
"boto3==1.40.59", "boto3==1.40.74",
"Brotli==1.2.0", "Brotli==1.2.0",
"celery[redis]==5.5.3", "celery[redis]==5.5.3",
"django-configurations==2.5.1", "django-configurations==2.5.1",
"django-cors-headers==4.9.0", "django-cors-headers==4.9.0",
"django-countries==7.6.1", "django-countries==8.1.0",
"django-csp==4.0", "django-csp==4.0",
"django-filter==25.2", "django-filter==25.2",
"django-lasuite[all]==0.0.16", "django-lasuite[all]==0.0.18",
"django-parler==2.3", "django-parler==2.3",
"django-redis==6.0.0", "django-redis==6.0.0",
"django-storages[s3]==1.14.6", "django-storages[s3]==1.14.6",
@@ -42,24 +42,24 @@ dependencies = [
"django==5.2.8", "django==5.2.8",
"django-treebeard==4.7.1", "django-treebeard==4.7.1",
"djangorestframework==3.16.1", "djangorestframework==3.16.1",
"drf_spectacular==0.28.0", "drf_spectacular==0.29.0",
"dockerflow==2024.4.2", "dockerflow==2024.4.2",
"easy_thumbnails==2.10.1", "easy_thumbnails==2.10.1",
"factory_boy==3.3.3", "factory_boy==3.3.3",
"gunicorn==23.0.0", "gunicorn==23.0.0",
"jsonschema==4.25.1", "jsonschema==4.25.1",
"lxml==6.0.2", "lxml==6.0.2",
"markdown==3.9", "markdown==3.10",
"mozilla-django-oidc==4.0.1", "mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.6.0", "nested-multipart-parser==1.6.0",
"openai==2.6.1", "openai==2.8.0",
"psycopg[binary]==3.2.12", "psycopg[binary]==3.2.12",
"pycrdt==0.12.42", "pycrdt==0.12.43",
"PyJWT==2.10.1", "PyJWT==2.10.1",
"python-magic==0.4.27", "python-magic==0.4.27",
"redis<6.0.0", "redis<6.0.0",
"requests==2.32.5", "requests==2.32.5",
"sentry-sdk==2.42.1", "sentry-sdk==2.44.0",
"whitenoise==6.11.0", "whitenoise==6.11.0",
] ]
@@ -76,17 +76,17 @@ dev = [
"drf-spectacular-sidecar==2025.10.1", "drf-spectacular-sidecar==2025.10.1",
"freezegun==1.5.5", "freezegun==1.5.5",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==9.6.0", "ipython==9.7.0",
"pyfakefs==5.10.0", "pyfakefs==5.10.2",
"pylint-django==2.6.1", "pylint-django==2.6.1",
"pylint<4.0.0", "pylint<4.0.0",
"pytest-cov==7.0.0", "pytest-cov==7.0.0",
"pytest-django==4.11.1", "pytest-django==4.11.1",
"pytest==8.4.2", "pytest==9.0.1",
"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.14.2", "ruff==0.14.5",
"types-requests==2.32.4.20250913", "types-requests==2.32.4.20250913",
] ]