From a023df16f62974e8a21bb95c57501d481d347ef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:36:52 +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 | 6 +++--- src/summary/pyproject.toml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 0cffe9b0..c295bf69 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.35.90", + "boto3==1.35.97", "Brotli==1.1.0", "brevo-python==1.1.2", "celery[redis]==5.4.0", @@ -82,8 +82,8 @@ dev = [ "pytest==8.3.4", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", - "responses==0.25.3", - "ruff==0.8.4", + "responses==0.25.5", + "ruff==0.9.1", "types-requests==2.32.0.20241016", ] diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index 037dca24..80710c5d 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -9,15 +9,15 @@ dependencies = [ "pydantic-settings>=2.1.0", "celery==5.4.0", "redis==5.2.1", - "minio==7.2.13", - "openai==1.58.1", + "minio==7.2.14", + "openai==1.59.6", "requests==2.32.3", - "sentry-sdk[fastapi, celery]==2.19.0", + "sentry-sdk[fastapi, celery]==2.19.2", ] [project.optional-dependencies] dev = [ - "ruff==0.8.4", + "ruff==0.9.1", ] [build-system]