From e821982353dfed6d61ae79f5c5ca68c1b5b554fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:39:47 +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 ++++++++++---------- src/summary/pyproject.toml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 5835b251..a18def04 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,7 +25,7 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.37.4", + "boto3==1.37.18", "Brotli==1.1.0", "brevo-python==1.1.2", "celery[redis]==5.4.0", @@ -48,16 +48,16 @@ dependencies = [ "june-analytics-python==2.3.0", "markdown==3.7", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.2.5", + "psycopg[binary]==3.2.6", "PyJWT==2.10.1", "python-frontmatter==1.1.0", "requests==2.32.3", - "sentry-sdk==2.22.0", + "sentry-sdk==2.24.1", "url-normalize==1.4.3", "whitenoise==6.9.0", "mozilla-django-oidc==4.0.1", "livekit-api==0.8.2", - "aiohttp==3.11.13", + "aiohttp==3.11.14", ] [project.urls] @@ -72,18 +72,18 @@ dev = [ "drf-spectacular-sidecar==2025.3.1", "freezegun==1.5.1", "ipdb==0.13.13", - "ipython==9.0.1", - "pyfakefs==5.7.4", + "ipython==9.0.2", + "pyfakefs==5.8.0", "pylint-django==2.6.1", - "pylint==3.3.4", + "pylint==3.3.6", "pytest-cov==6.0.0", "pytest-django==4.10.0", "pytest==8.3.5", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", - "responses==0.25.6", - "ruff==0.9.9", - "types-requests==2.32.0.20250301", + "responses==0.25.7", + "ruff==0.11.2", + "types-requests==2.32.0.20250306", ] [tool.setuptools] diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index 32d0c155..9ccf7965 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -10,14 +10,14 @@ dependencies = [ "celery==5.4.0", "redis==5.2.1", "minio==7.2.15", - "openai==1.65.2", + "openai==1.68.2", "requests==2.32.3", - "sentry-sdk[fastapi, celery]==2.22.0", + "sentry-sdk[fastapi, celery]==2.24.1", ] [project.optional-dependencies] dev = [ - "ruff==0.9.9", + "ruff==0.11.2", ] [build-system]