From 5dd66f0cdcbca24fa62b86c30757116f57245999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:36:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20pyt?= =?UTF-8?q?hon=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 620c55b7..3e77f3e8 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -26,7 +26,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "beautifulsoup4==4.14.3", - "boto3==1.42.17", + "boto3==1.42.59", "Brotli==1.2.0", "celery[redis]==5.5.3", "django-configurations==2.5.1", @@ -34,37 +34,37 @@ dependencies = [ "django-countries==8.2.0", "django-csp==4.0", "django-filter==25.2", - "django-lasuite[all]==0.0.22", + "django-lasuite[all]==0.0.24", "django-parler==2.3", "django-redis==6.0.0", "django-storages[s3]==1.14.6", "django-timezone-field>=5.1", "django<6.0.0", - "django-treebeard==4.8.0", + "django-treebeard==5.0.5", "djangorestframework==3.16.1", "drf_spectacular==0.29.0", - "dockerflow==2024.4.2", + "dockerflow==2026.1.26", "easy_thumbnails==2.10.1", "factory_boy==3.3.3", - "gunicorn==23.0.0", - "jsonschema==4.25.1", - "langfuse==3.11.2", + "gunicorn==25.1.0", + "jsonschema==4.26.0", + "langfuse==3.14.5", "lxml==6.0.2", - "markdown==3.10", + "markdown==3.10.2", "mozilla-django-oidc==5.0.2", "nested-multipart-parser==1.6.0", - "openai==2.21.0", - "psycopg[binary]==3.3.2", + "openai==2.24.0", + "psycopg[binary]==3.3.3", "pycrdt==0.12.47", "pydantic==2.12.5", - "pydantic-ai-slim[openai,logfire,web]==1.58.0", - "PyJWT==2.10.1", + "pydantic-ai-slim[openai,logfire,web]==1.63.0", + "PyJWT==2.11.0", "python-magic==0.4.27", "redis<6.0.0", "requests==2.32.5", - "sentry-sdk==2.48.0", - "uvicorn==0.40.0", - "whitenoise==6.11.0", + "sentry-sdk==2.53.0", + "uvicorn==0.41.0", + "whitenoise==6.12.0", ] [project.urls] @@ -77,21 +77,21 @@ dependencies = [ dev = [ "django-extensions==4.1", "django-test-migrations==1.5.0", - "drf-spectacular-sidecar==2025.12.1", + "drf-spectacular-sidecar==2026.3.1", "freezegun==1.5.5", "ipdb==0.13.13", - "ipython==9.8.0", - "pyfakefs==6.0.0", - "pylint-django==2.6.1", + "ipython==9.10.0", + "pyfakefs==6.1.3", + "pylint-django==2.7.0", "pylint<4.0.0", "pytest-cov==7.0.0", - "pytest-django==4.11.1", + "pytest-django==4.12.0", "pytest==9.0.2", "pytest-icdiff==0.9", "pytest-xdist==3.8.0", - "responses==0.25.8", - "ruff==0.14.10", - "types-requests==2.32.4.20250913", + "responses==0.26.0", + "ruff==0.15.4", + "types-requests==2.32.4.20260107", ] [tool.setuptools]