diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index ebc5cbe..71bc9f9 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.34.101", + "boto3==1.34.116", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -45,10 +45,10 @@ dependencies = [ "gunicorn==22.0.0", "jsonschema==4.22.0", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.1.18", + "psycopg[binary]==3.1.19", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==2.1.1", + "sentry-sdk==2.3.1", "url-normalize==1.4.3", "whitenoise==6.6.0", "mozilla-django-oidc==4.0.1", @@ -66,18 +66,18 @@ dev = [ "drf-spectacular-sidecar==2024.5.1", "ipdb==0.13.13", "ipython==8.24.0", - "pyfakefs==5.4.1", + "pyfakefs==5.5.0", "pylint-django==2.5.5", - "pylint==3.1.0", + "pylint==3.2.2", "pytest-cov==5.0.0", "pytest-django==4.8.0", - "pytest==8.2.0", + "pytest==8.2.1", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.0", - "ruff==0.4.4", - "types-requests==2.31.0.20240406", - "freezegun==1.5.0", + "ruff==0.4.6", + "types-requests==2.32.0.20240523", + "freezegun==1.5.1", ] [tool.setuptools]