diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index b2783d10f..291a2634c 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,12 +25,12 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.12" dependencies = [ - "beautifulsoup4==4.13.4", - "boto3==1.39.4", + "beautifulsoup4==4.14.2", + "boto3==1.40.41", "Brotli==1.1.0", "celery[redis]==5.5.3", "django-configurations==2.5.1", - "django-cors-headers==4.7.0", + "django-cors-headers==4.9.0", "django-countries==7.6.1", "django-csp==4.0", "django-filter==25.1", @@ -41,26 +41,26 @@ dependencies = [ "django-timezone-field>=5.1", "django==5.2.6", "django-treebeard==4.7.1", - "djangorestframework==3.16.0", + "djangorestframework==3.16.1", "drf_spectacular==0.28.0", "dockerflow==2024.4.2", - "easy_thumbnails==2.10", + "easy_thumbnails==2.10.1", "factory_boy==3.3.3", "gunicorn==23.0.0", - "jsonschema==4.24.0", - "lxml==6.0.0", - "markdown==3.8.2", + "jsonschema==4.25.1", + "lxml==6.0.2", + "markdown==3.9", "mozilla-django-oidc==4.0.1", - "nested-multipart-parser==1.5.0", - "openai==1.95.0", - "psycopg[binary]==3.2.9", - "pycrdt==0.12.25", + "nested-multipart-parser==1.6.0", + "openai==1.109.1", + "psycopg[binary]==3.2.10", + "pycrdt==0.12.37", "PyJWT==2.10.1", "python-magic==0.4.27", "redis<6.0.0", - "requests==2.32.4", - "sentry-sdk==2.32.0", - "whitenoise==6.9.0", + "requests==2.32.5", + "sentry-sdk==2.39.0", + "whitenoise==6.11.0", ] [project.urls] @@ -73,21 +73,21 @@ dependencies = [ dev = [ "django-extensions==4.1", "django-test-migrations==1.5.0", - "drf-spectacular-sidecar==2025.7.1", - "freezegun==1.5.2", + "drf-spectacular-sidecar==2025.9.1", + "freezegun==1.5.5", "ipdb==0.13.13", - "ipython==9.4.0", - "pyfakefs==5.9.1", + "ipython==9.6.0", + "pyfakefs==5.9.3", "pylint-django==2.6.1", - "pylint==3.3.7", - "pytest-cov==6.2.1", + "pylint==3.3.8", + "pytest-cov==7.0.0", "pytest-django==4.11.1", - "pytest==8.4.1", + "pytest==8.4.2", "pytest-icdiff==0.9", "pytest-xdist==3.8.0", - "responses==0.25.7", - "ruff==0.12.2", - "types-requests==2.32.4.20250611", + "responses==0.25.8", + "ruff==0.13.2", + "types-requests==2.32.4.20250913", ] [tool.setuptools]