From 1b8b91a44d7cfe3b778b28dbe50632a977299155 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:15:38 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 44377022..83a0bf9d 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,14 +25,14 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.34.150", + "boto3==1.34.153", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", "django-cors-headers==4.4.0", "django-countries==7.6.1", "django-parler==2.3", - "redis==5.0.7", + "redis==5.0.8", "django-redis==5.4.0", "django-storages[s3]==1.14.4", "django-timezone-field>=5.1", @@ -48,10 +48,10 @@ dependencies = [ "markdown==3.6", "nested-multipart-parser==1.5.0", "psycopg[binary]==3.2.1", - "PyJWT==2.8.0", + "PyJWT==2.9.0", "python-frontmatter==1.1.0", "requests==2.32.3", - "sentry-sdk==2.11.0", + "sentry-sdk==2.12.0", "url-normalize==1.4.3", "WeasyPrint>=60.2", "whitenoise==6.7.0", @@ -80,7 +80,7 @@ dev = [ "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.5.5", + "ruff==0.5.6", "types-requests==2.32.0.20240712", ]