From 2d0fb0ef7036373a10369942abe84acfe1dc78e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:14:44 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 7156618..a9f9ea1 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,19 +25,19 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.34.59", + "boto3==1.34.67", "Brotli==1.1.0", "celery[redis]==5.3.6", "django-configurations==2.5", "django-cors-headers==4.3.1", "django-countries==7.5.1", "django-parler==2.3", - "redis==4.6.0", - "django-redis==5.3.0", + "redis==5.0.3", + "django-redis==5.4.0", "django-storages==1.14.2", "django-timezone-field>=5.1", "django==5.0.3", - "djangorestframework==3.14.0", + "djangorestframework==3.15.0", "drf_spectacular==0.27.1", "dockerflow==2024.3.0", "easy_thumbnails==2.8.5", @@ -48,10 +48,10 @@ dependencies = [ "psycopg[binary]==3.1.18", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==1.41.0", + "sentry-sdk==1.43.0", "url-normalize==1.4.3", "whitenoise==6.6.0", - "mozilla-django-oidc==4.0.0", + "mozilla-django-oidc==4.0.1", ] [project.urls] @@ -75,7 +75,7 @@ dev = [ "pytest-icdiff==0.9", "pytest-xdist==3.5.0", "responses==0.25.0", - "ruff==0.3.2", + "ruff==0.3.3", "types-requests==2.31.0.20240311", "freezegun==1.4.0", ]