diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 546b867..af5a8e4 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.75", + "boto3==1.34.79", "Brotli==1.1.0", "celery[redis]==5.3.6", "django-configurations==2.5.1", @@ -36,10 +36,10 @@ dependencies = [ "django-redis==5.4.0", "django-storages==1.14.2", "django-timezone-field>=5.1", - "django==5.0.3", + "django==5.0.4", "djangorestframework==3.15.1", "drf_spectacular==0.27.2", - "dockerflow==2024.3.0", + "dockerflow==2024.4.1", "easy_thumbnails==2.8.5", "factory_boy==3.3.0", "gunicorn==21.2.0", @@ -48,7 +48,7 @@ dependencies = [ "psycopg[binary]==3.1.18", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==1.44.0", + "sentry-sdk==1.44.1", "url-normalize==1.4.3", "whitenoise==6.6.0", "mozilla-django-oidc==4.0.1", @@ -66,7 +66,7 @@ dev = [ "drf-spectacular-sidecar==2024.4.1", "ipdb==0.13.13", "ipython==8.23.0", - "pyfakefs==5.3.5", + "pyfakefs==5.4.0", "pylint-django==2.5.5", "pylint==3.1.0", "pytest-cov==5.0.0", @@ -76,7 +76,7 @@ dev = [ "pytest-xdist==3.5.0", "responses==0.25.0", "ruff==0.3.5", - "types-requests==2.31.0.20240402", + "types-requests==2.31.0.20240406", "freezegun==1.4.0", ]