From 2d13e0985efbd3e79798da8f57cb57130dff311f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:22:59 +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 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index e09129bd..d1dbf9cf 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,21 +25,21 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.12" dependencies = [ - "boto3==1.35.44", + "boto3==1.35.79", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", - "django-cors-headers==4.5.0", + "django-cors-headers==4.6.0", "django-countries==7.6.1", "django-filter==24.3", "django-parler==2.3", - "redis==5.1.1", + "redis==5.2.1", "django-redis==5.4.0", "django-storages[s3]==1.14.4", "django-timezone-field>=5.1", "django==5.1.2", "djangorestframework==3.15.2", - "drf_spectacular==0.27.2", + "drf_spectacular==0.28.0", "dockerflow==2024.4.2", "easy_thumbnails==2.10", "factory_boy==3.3.1", @@ -47,17 +47,17 @@ dependencies = [ "jsonschema==4.23.0", "markdown==3.7", "nested-multipart-parser==1.5.0", - "openai==1.55.3", + "openai==1.57.2", "psycopg[binary]==3.2.3", - "PyJWT==2.9.0", + "PyJWT==2.10.1", "pypandoc==1.14", "python-frontmatter==1.1.0", "python-magic==0.4.27", "requests==2.32.3", - "sentry-sdk==2.17.0", + "sentry-sdk==2.19.2", "url-normalize==1.4.3", "WeasyPrint>=60.2", - "whitenoise==6.7.0", + "whitenoise==6.8.2", "mozilla-django-oidc==4.0.1", ] @@ -70,20 +70,20 @@ dependencies = [ [project.optional-dependencies] dev = [ "django-extensions==3.2.3", - "drf-spectacular-sidecar==2024.7.1", + "drf-spectacular-sidecar==2024.12.1", "freezegun==1.5.1", "ipdb==0.13.13", - "ipython==8.28.0", - "pyfakefs==5.7.1", + "ipython==8.30.0", + "pyfakefs==5.7.2", "pylint-django==2.6.1", - "pylint==3.3.1", - "pytest-cov==5.0.0", + "pylint==3.3.2", + "pytest-cov==6.0.0", "pytest-django==4.9.0", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.7.0", + "ruff==0.8.3", "types-requests==2.32.0.20241016", ]