diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 63e236a9d..941b9a25c 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.13.4", - "boto3==1.39.4", + "boto3==1.39.12", "Brotli==1.1.0", "celery[redis]==5.5.3", "django-configurations==2.5.1", @@ -34,7 +34,7 @@ dependencies = [ "django-countries==7.6.1", "django-csp==4.0", "django-filter==25.1", - "django-lasuite[all]==0.0.11", + "django-lasuite[all]==0.0.12", "django-parler==2.3", "django-redis==6.0.0", "django-storages[s3]==1.14.6", @@ -47,19 +47,19 @@ dependencies = [ "easy_thumbnails==2.10", "factory_boy==3.3.3", "gunicorn==23.0.0", - "jsonschema==4.24.0", + "jsonschema==4.25.0", "lxml==6.0.0", "markdown==3.8.2", "mozilla-django-oidc==4.0.1", "nested-multipart-parser==1.5.0", - "openai==1.95.0", + "openai==1.97.1", "psycopg[binary]==3.2.9", - "pycrdt==0.12.25", + "pycrdt==0.12.26", "PyJWT==2.10.1", "python-magic==0.4.27", "redis<6.0.0", "requests==2.32.4", - "sentry-sdk==2.32.0", + "sentry-sdk==2.33.2", "whitenoise==6.9.0", ] @@ -74,7 +74,7 @@ dev = [ "django-extensions==4.1", "django-test-migrations==1.5.0", "drf-spectacular-sidecar==2025.7.1", - "freezegun==1.5.2", + "freezegun==1.5.3", "ipdb==0.13.13", "ipython==9.4.0", "pyfakefs==5.9.1", @@ -86,7 +86,7 @@ dev = [ "pytest-icdiff==0.9", "pytest-xdist==3.8.0", "responses==0.25.7", - "ruff==0.12.2", + "ruff==0.12.4", "types-requests==2.32.4.20250611", ]