diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index d6613069..0d495f54 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.59", + "boto3==1.42.88", "Brotli==1.2.0", "celery[redis]==5.5.3", "django-configurations==2.5.1", @@ -34,37 +34,37 @@ dependencies = [ "django-countries==8.2.0", "django-csp==4.0", "django-filter==25.2", - "django-lasuite[all]==0.0.24", + "django-lasuite[all]==0.0.26", "django-parler==2.3", "django-redis==6.0.0", "django-storages[s3]==1.14.6", "django-timezone-field>=5.1", "django<6.0.0", "django-treebeard<5.0.0", - "djangorestframework==3.16.1", + "djangorestframework==3.17.1", "django-waffle==5.0.0", "drf_spectacular==0.29.0", - "dockerflow==2026.1.26", + "dockerflow==2026.3.4", "easy_thumbnails==2.10.1", "factory_boy==3.3.3", - "gunicorn==25.1.0", + "gunicorn==25.3.0", "jsonschema==4.26.0", "langfuse==3.11.2", - "lxml==6.0.2", + "lxml==6.0.4", "markdown==3.10.2", "mozilla-django-oidc==5.0.2", "nested-multipart-parser==1.6.0", - "openai==2.24.0", + "openai==2.31.0", "psycopg[binary,pool]==3.3.3", - "pycrdt==0.12.47", + "pycrdt==0.12.50", "pydantic==2.12.5", "pydantic-ai-slim[openai,logfire,web]==1.58.0", - "PyJWT==2.12.0", + "PyJWT==2.12.1", "python-magic==0.4.27", "redis<6.0.0", - "requests==2.33.0", - "sentry-sdk==2.53.0", - "uvicorn==0.41.0", + "requests==2.33.1", + "sentry-sdk==2.57.0", + "uvicorn==0.44.0", "whitenoise==6.12.0", ] @@ -78,21 +78,21 @@ dependencies = [ dev = [ "django-extensions==4.1", "django-test-migrations==1.5.0", - "drf-spectacular-sidecar==2026.3.1", + "drf-spectacular-sidecar==2026.4.1", "freezegun==1.5.5", "ipdb==0.13.13", - "ipython==9.10.0", - "pyfakefs==6.1.3", + "ipython==9.12.0", + "pyfakefs==6.2.0", "pylint-django==2.7.0", "pylint<4.0.0", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-django==4.12.0", - "pytest==9.0.2", + "pytest==9.0.3", "pytest-icdiff==0.9", "pytest-xdist==3.8.0", "responses==0.26.0", - "ruff==0.15.4", - "types-requests==2.32.4.20260107", + "ruff==0.15.10", + "types-requests==2.33.0.20260408", ] [tool.setuptools]