From cd1dcf11d5a8bfc02696beb12c4c42b49d8fc2e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:36:13 +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 81f90f2..02a94a3 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.14", + "boto3==1.35.20", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -40,16 +40,16 @@ dependencies = [ "djangorestframework==3.15.2", "drf_spectacular==0.27.2", "dockerflow==2024.4.2", - "easy_thumbnails==2.9", + "easy_thumbnails==2.10", "factory_boy==3.3.1", "gunicorn==23.0.0", "jsonschema==4.23.0", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.2.1", + "psycopg[binary]==3.2.2", "PyJWT==2.9.0", "joserfc==1.0.0", "requests==2.32.3", - "sentry-sdk[django]==2.13.0", + "sentry-sdk[django]==2.14.0", "url-normalize==1.4.3", "whitenoise==6.7.0", "mozilla-django-oidc==4.0.1", @@ -72,12 +72,12 @@ dev = [ "pylint==3.2.7", "pytest-cov==5.0.0", "pytest-django==4.9.0", - "pytest==8.3.2", + "pytest==8.3.3", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.6.4", - "types-requests==2.32.0.20240907", + "ruff==0.6.5", + "types-requests==2.32.0.20240914", "freezegun==1.5.1", ]