From 7c8d8e9de7e35ecece71540ac0bb1b4eea9da900 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:37:31 +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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 8e98ae4..d5932a3 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -27,13 +27,13 @@ requires-python = ">=3.12" dependencies = [ "deprecated", "beautifulsoup4==4.14.2", - "boto3==1.40.51", + "boto3==1.40.59", "Brotli==1.1.0", "django-configurations==2.5.1", "django-cors-headers==4.9.0", "django-countries==7.6.1", "django-filter==25.2", - "django-lasuite[all]==0.0.14", + "django-lasuite[all]==0.0.16", "django-parler==2.3", "django-pydantic-field==0.3.13", "django-redis==6.0.0", @@ -47,23 +47,23 @@ dependencies = [ "factory_boy==3.3.3", "gunicorn==23.0.0", "jsonschema==4.25.1", - "langfuse==3.6.2", + "langfuse==3.8.1", "lxml==5.4.0", "markdown==3.9", "markitdown==0.0.2", "mozilla-django-oidc==4.0.1", "nested-multipart-parser==1.6.0", - "posthog==6.7.7", - "pydantic==2.12.1", - "pydantic-ai-slim[openai,mistral,mcp,evals,logfire]==1.0.18", - "psycopg[binary]==3.2.10", + "posthog==6.7.10", + "pydantic==2.12.3", + "pydantic-ai-slim[openai,mistral,mcp,evals,logfire]==1.6.0", + "psycopg[binary]==3.2.12", "PyJWT==2.10.1", "python-magic==0.4.27", "redis<6.0.0", "requests==2.32.5", - "sentry-sdk==2.41.0", + "sentry-sdk==2.42.1", "trafilatura==2.0.0", - "uvicorn==0.28.0", + "uvicorn==0.38.0", "whitenoise==6.11.0", ] @@ -93,7 +93,7 @@ dev = [ "pytest-xdist==3.8.0", "responses==0.25.8", "respx==0.22.0", - "ruff==0.14.0", + "ruff==0.14.2", "types-requests==2.32.4.20250913", ]