From 42d7d00772baf30ff93dc2b8bfca57ff3e6dccb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:37:46 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 178a75b..fbf23b6 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.91", + "boto3==1.35.92", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -76,7 +76,7 @@ dev = [ "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.8.5", + "ruff==0.8.6", "types-requests==2.32.0.20241016", "freezegun==1.5.1", ]