From 35a897fa60ef84d5cef54e63651a1fe649cd3592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:13:04 +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 8f17cc6..0cad810 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.117", + "boto3==1.34.127", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", "django-cors-headers==4.3.1", "django-countries==7.6.1", "django-parler==2.3", - "redis==5.0.4", + "redis==5.0.6", "django-redis==5.4.0", "django-storages==1.14.3", "django-timezone-field>=5.1", @@ -48,7 +48,7 @@ dependencies = [ "psycopg[binary]==3.1.19", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==2.3.1", + "sentry-sdk==2.5.1", "url-normalize==1.4.3", "whitenoise==6.6.0", "mozilla-django-oidc==4.0.1", @@ -68,14 +68,14 @@ dev = [ "ipython==8.25.0", "pyfakefs==5.5.0", "pylint-django==2.5.5", - "pylint==3.2.2", + "pylint==3.2.3", "pytest-cov==5.0.0", "pytest-django==4.8.0", - "pytest==8.2.1", + "pytest==8.2.2", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", - "responses==0.25.0", - "ruff==0.4.7", + "responses==0.25.3", + "ruff==0.4.9", "types-requests==2.32.0.20240602", "freezegun==1.5.1", ]