From 6471865a6962b0897fd66c3fbd4e72727dee29c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:14:11 +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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index fc6e9bfaa1..d369ae1c20 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,13 +25,13 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.12" dependencies = [ - "beautifulsoup4==4.14.2", - "boto3==1.40.74", + "beautifulsoup4==4.14.3", + "boto3==1.42.4", "Brotli==1.2.0", - "celery[redis]==5.5.3", + "celery[redis]==5.6.0", "django-configurations==2.5.1", "django-cors-headers==4.9.0", - "django-countries==8.1.0", + "django-countries==8.2.0", "django-csp==4.0", "django-filter==25.2", "django-lasuite[all]==0.0.22", @@ -39,8 +39,8 @@ dependencies = [ "django-redis==6.0.0", "django-storages[s3]==1.14.6", "django-timezone-field>=5.1", - "django==5.2.9", - "django-treebeard==4.7.1", + "django==6.0", + "django-treebeard==4.8.0", "djangorestframework==3.16.1", "drf_spectacular==0.29.0", "dockerflow==2024.4.2", @@ -52,14 +52,14 @@ dependencies = [ "markdown==3.10", "mozilla-django-oidc==4.0.1", "nested-multipart-parser==1.6.0", - "openai==2.8.0", - "psycopg[binary]==3.2.12", - "pycrdt==0.12.43", + "openai==2.9.0", + "psycopg[binary]==3.3.2", + "pycrdt==0.12.44", "PyJWT==2.10.1", "python-magic==0.4.27", "redis<6.0.0", "requests==2.32.5", - "sentry-sdk==2.44.0", + "sentry-sdk==2.47.0", "whitenoise==6.11.0", ] @@ -73,20 +73,20 @@ dependencies = [ dev = [ "django-extensions==4.1", "django-test-migrations==1.5.0", - "drf-spectacular-sidecar==2025.10.1", + "drf-spectacular-sidecar==2025.12.1", "freezegun==1.5.5", "ipdb==0.13.13", - "ipython==9.7.0", + "ipython==9.8.0", "pyfakefs==5.10.2", "pylint-django==2.6.1", "pylint<4.0.0", "pytest-cov==7.0.0", "pytest-django==4.11.1", - "pytest==9.0.1", + "pytest==9.0.2", "pytest-icdiff==0.9", "pytest-xdist==3.8.0", "responses==0.25.8", - "ruff==0.14.5", + "ruff==0.14.8", "types-requests==2.32.4.20250913", ]