diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index e83d6c4..91db09d 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,14 +25,14 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.35.44", + "boto3==1.35.51", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", - "django-cors-headers==4.5.0", + "django-cors-headers==4.6.0", "django-countries==7.6.1", "django-parler==2.3", - "redis==5.1.1", + "redis==5.2.0", "django-redis==5.4.0", "django-storages==1.14.4", "django-timezone-field>=5.1", @@ -51,7 +51,7 @@ dependencies = [ "requests==2.32.3", "sentry-sdk[django]==2.17.0", "url-normalize==1.4.3", - "whitenoise==6.7.0", + "whitenoise==6.8.2", "mozilla-django-oidc==4.0.1", ] @@ -66,17 +66,17 @@ dev = [ "django-extensions==3.2.3", "drf-spectacular-sidecar==2024.7.1", "ipdb==0.13.13", - "ipython==8.28.0", + "ipython==8.29.0", "pyfakefs==5.7.1", "pylint-django==2.6.1", "pylint==3.3.1", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-django==4.9.0", "pytest==8.3.3", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.7.0", + "ruff==0.7.1", "types-requests==2.32.0.20241016", "freezegun==1.5.1", ]