From c9ba6cbc05710922f1968e1cee590c3486c1e0ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:00:22 +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 | 40 +++++++++++++++++++------------------- src/summary/pyproject.toml | 12 ++++++------ 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index df8f852d..84dd2f60 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,16 +25,16 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.37.24", + "boto3==1.38.42", "Brotli==1.1.0", "brevo-python==1.1.2", - "celery[redis]==5.4.0", + "celery[redis]==5.5.3", "django-configurations==2.5.1", "django-cors-headers==4.7.0", "django-countries==7.6.1", "django-lasuite==0.0.10", "django-parler==2.3", - "redis==5.2.1", + "redis==6.2.0", "django-redis==6.0.0", "django-storages[s3]==1.14.6", "django-timezone-field>=5.1", @@ -45,19 +45,19 @@ dependencies = [ "easy_thumbnails==2.10", "factory_boy==3.3.3", "gunicorn==23.0.0", - "jsonschema==4.23.0", + "jsonschema==4.24.0", "june-analytics-python==2.3.0", - "markdown==3.7", + "markdown==3.8.2", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.2.6", + "psycopg[binary]==3.2.9", "PyJWT==2.10.1", "python-frontmatter==1.1.0", - "requests==2.32.3", - "sentry-sdk==2.24.1", + "requests==2.32.4", + "sentry-sdk==2.30.0", "whitenoise==6.9.0", "mozilla-django-oidc==4.0.1", - "livekit-api==1.0.2", - "aiohttp==3.11.14", + "livekit-api==1.0.3", + "aiohttp==3.12.13", ] [project.urls] @@ -69,21 +69,21 @@ dependencies = [ [project.optional-dependencies] dev = [ "django-extensions==4.1", - "drf-spectacular-sidecar==2025.3.1", - "freezegun==1.5.1", + "drf-spectacular-sidecar==2025.6.1", + "freezegun==1.5.2", "ipdb==0.13.13", - "ipython==9.0.2", - "pyfakefs==5.8.0", + "ipython==9.3.0", + "pyfakefs==5.9.1", "pylint-django==2.6.1", - "pylint==3.3.6", - "pytest-cov==6.0.0", + "pylint==3.3.7", + "pytest-cov==6.2.1", "pytest-django==4.11.1", - "pytest==8.3.5", + "pytest==8.4.1", "pytest-icdiff==0.9", - "pytest-xdist==3.6.1", + "pytest-xdist==3.7.0", "responses==0.25.7", - "ruff==0.11.2", - "types-requests==2.32.0.20250306", + "ruff==0.12.0", + "types-requests==2.32.4.20250611", ] [tool.setuptools] diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index ab22b666..1f526ce2 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -7,17 +7,17 @@ dependencies = [ "uvicorn>=0.24.0", "pydantic>=2.5.0", "pydantic-settings>=2.1.0", - "celery==5.4.0", - "redis==5.2.1", + "celery==5.5.3", + "redis==6.2.0", "minio==7.2.15", - "openai==1.68.2", - "requests==2.32.3", - "sentry-sdk[fastapi, celery]==2.24.1", + "openai==1.91.0", + "requests==2.32.4", + "sentry-sdk[fastapi, celery]==2.30.0", ] [project.optional-dependencies] dev = [ - "ruff==0.11.2", + "ruff==0.12.0", ] [build-system]