diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index a1cda4f3..afe69d7b 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,24 +25,24 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.36.6", + "boto3==1.36.17", "Brotli==1.1.0", "brevo-python==1.1.2", "celery[redis]==5.4.0", "django-configurations==2.5.1", - "django-cors-headers==4.6.0", + "django-cors-headers==4.7.0", "django-countries==7.6.1", "django-parler==2.3", "redis==5.2.1", "django-redis==5.4.0", "django-storages[s3]==1.14.4", "django-timezone-field>=5.1", - "django==5.1.5", + "django==5.1.6", "djangorestframework==3.15.2", "drf_spectacular==0.28.0", "dockerflow==2024.4.2", "easy_thumbnails==2.10", - "factory_boy==3.3.1", + "factory_boy==3.3.3", "gunicorn==23.0.0", "jsonschema==4.23.0", "june-analytics-python==2.3.0", @@ -55,10 +55,10 @@ dependencies = [ "sentry-sdk==2.20.0", "url-normalize==1.4.3", "WeasyPrint>=60.2", - "whitenoise==6.8.2", + "whitenoise==6.9.0", "mozilla-django-oidc==4.0.1", - "livekit-api==0.8.1", - "aiohttp==3.11.11", + "livekit-api==0.8.2", + "aiohttp==3.11.12", ] [project.urls] @@ -70,20 +70,20 @@ dependencies = [ [project.optional-dependencies] dev = [ "django-extensions==3.2.3", - "drf-spectacular-sidecar==2024.12.1", + "drf-spectacular-sidecar==2025.2.1", "freezegun==1.5.1", "ipdb==0.13.13", - "ipython==8.31.0", + "ipython==8.32.0", "pyfakefs==5.7.4", "pylint-django==2.6.1", - "pylint==3.3.3", + "pylint==3.3.4", "pytest-cov==6.0.0", - "pytest-django==4.9.0", + "pytest-django==4.10.0", "pytest==8.3.4", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.6", - "ruff==0.9.3", + "ruff==0.9.6", "types-requests==2.32.0.20241016", ] diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index 03ecd9f1..224ec54d 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -10,14 +10,14 @@ dependencies = [ "celery==5.4.0", "redis==5.2.1", "minio==7.2.15", - "openai==1.60.2", + "openai==1.61.1", "requests==2.32.3", "sentry-sdk[fastapi, celery]==2.20.0", ] [project.optional-dependencies] dev = [ - "ruff==0.9.3", + "ruff==0.9.6", ] [build-system]