diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 10f1639032..5c5cace206 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -26,7 +26,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "beautifulsoup4==4.14.3", - "boto3==1.42.17", + "boto3==1.42.34", "Brotli==1.2.0", "celery[redis]==5.5.3", "django-configurations==2.5.1", @@ -34,7 +34,7 @@ dependencies = [ "django-countries==8.2.0", "django-csp==4.0", "django-filter==25.2", - "django-lasuite[all]==0.0.22", + "django-lasuite[all]==0.0.23", "django-parler==2.3", "django-redis==6.0.0", "django-storages[s3]==1.14.6", @@ -46,21 +46,21 @@ dependencies = [ "dockerflow==2024.4.2", "easy_thumbnails==2.10.1", "factory_boy==3.3.3", - "gunicorn==23.0.0", - "jsonschema==4.25.1", - "langfuse==3.11.2", + "gunicorn==24.1.1", + "jsonschema==4.26.0", + "langfuse==3.12.0", "lxml==6.0.2", - "markdown==3.10", + "markdown==3.10.1", "mozilla-django-oidc==5.0.2", "nested-multipart-parser==1.6.0", - "openai==2.14.0", + "openai==2.15.0", "psycopg[binary]==3.3.2", - "pycrdt==0.12.44", + "pycrdt==0.12.45", "PyJWT==2.10.1", "python-magic==0.4.27", "redis<6.0.0", "requests==2.32.5", - "sentry-sdk==2.48.0", + "sentry-sdk==2.50.0", "whitenoise==6.11.0", ] @@ -74,12 +74,12 @@ dependencies = [ dev = [ "django-extensions==4.1", "django-test-migrations==1.5.0", - "drf-spectacular-sidecar==2025.12.1", + "drf-spectacular-sidecar==2026.1.1", "freezegun==1.5.5", "ipdb==0.13.13", - "ipython==9.8.0", + "ipython==9.9.0", "pyfakefs==6.0.0", - "pylint-django==2.6.1", + "pylint-django==2.7.0", "pylint<4.0.0", "pytest-cov==7.0.0", "pytest-django==4.11.1", @@ -87,8 +87,8 @@ dev = [ "pytest-icdiff==0.9", "pytest-xdist==3.8.0", "responses==0.25.8", - "ruff==0.14.10", - "types-requests==2.32.4.20250913", + "ruff==0.14.14", + "types-requests==2.32.4.20260107", ] [tool.setuptools]