From 110fc822507a0c42cd632c487c478394bf18789b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:55:34 +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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index ec78b17..df8dbc7 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.36.17", + "boto3==1.36.21", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -35,7 +35,7 @@ dependencies = [ "django-treebeard==4.7.1", "redis==5.2.1", "django-redis==5.4.0", - "django-storages==1.14.4", + "django-storages==1.14.5", "django-timezone-field>=5.1", "django==5.1.6", "djangorestframework==3.15.2", @@ -50,7 +50,7 @@ dependencies = [ "PyJWT==2.10.1", "joserfc==1.0.3", "requests==2.32.3", - "sentry-sdk[django]==2.20.0", + "sentry-sdk[django]==2.21.0", "whitenoise==6.9.0", "mozilla-django-oidc==4.0.1", ]