diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 8a74bc9..8716ff0 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.44", + "boto3==1.34.51", "Brotli==1.1.0", "celery[redis]==5.3.6", "django-configurations==2.5", @@ -37,7 +37,7 @@ dependencies = [ "django==5.0.2", "djangorestframework==3.14.0", "drf_spectacular==0.27.1", - "dockerflow==2024.1.0", + "dockerflow==2024.2.0", "easy_thumbnails==2.8.5", "factory_boy==3.3.0", "gunicorn==21.2.0", @@ -46,7 +46,7 @@ dependencies = [ "psycopg[binary]==3.1.18", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==1.40.4", + "sentry-sdk==1.40.6", "url-normalize==1.4.3", "whitenoise==6.6.0", "mozilla-django-oidc==4.0.0", @@ -63,13 +63,13 @@ dev = [ "django-extensions==3.2.3", "drf-spectacular-sidecar==2024.2.1", "ipdb==0.13.13", - "ipython==8.21.0", + "ipython==8.22.1", "pyfakefs==5.3.5", "pylint-django==2.5.5", - "pylint==3.0.3", + "pylint==3.1.0", "pytest-cov==4.1.0", "pytest-django==4.8.0", - "pytest==8.0.1", + "pytest==8.0.2", "pytest-icdiff==0.9", "pytest-xdist==3.5.0", "responses==0.25.0",