diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 2974cbe..e8982b7 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,7 +25,7 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.36.21", + "boto3==1.36.26", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -46,11 +46,11 @@ dependencies = [ "gunicorn==23.0.0", "jsonschema==4.23.0", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.2.4", + "psycopg[binary]==3.2.5", "PyJWT==2.10.1", "joserfc==1.0.3", "requests==2.32.3", - "sentry-sdk[django]==2.21.0", + "sentry-sdk[django]==2.22.0", "whitenoise==6.9.0", "mozilla-django-oidc==4.0.1", ] @@ -77,7 +77,7 @@ dev = [ "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.6", - "ruff==0.9.6", + "ruff==0.9.7", "types-requests==2.32.0.20241016", "freezegun==1.5.1", ]