diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 0cad810..cd1493e 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.34.127", + "boto3==1.34.134", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", - "django-cors-headers==4.3.1", + "django-cors-headers==4.4.0", "django-countries==7.6.1", "django-parler==2.3", - "redis==5.0.6", + "redis==5.0.7", "django-redis==5.4.0", "django-storages==1.14.3", "django-timezone-field>=5.1", @@ -48,9 +48,9 @@ dependencies = [ "psycopg[binary]==3.1.19", "PyJWT==2.8.0", "requests==2.31.0", - "sentry-sdk==2.5.1", + "sentry-sdk==2.7.1", "url-normalize==1.4.3", - "whitenoise==6.6.0", + "whitenoise==6.7.0", "mozilla-django-oidc==4.0.1", ] @@ -68,15 +68,15 @@ dev = [ "ipython==8.25.0", "pyfakefs==5.5.0", "pylint-django==2.5.5", - "pylint==3.2.3", + "pylint==3.2.4", "pytest-cov==5.0.0", "pytest-django==4.8.0", "pytest==8.2.2", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.4.9", - "types-requests==2.32.0.20240602", + "ruff==0.5.0", + "types-requests==2.32.0.20240622", "freezegun==1.5.1", ]