diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index a9f9ea1..87e4123 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.67", + "boto3==1.34.69", "Brotli==1.1.0", "celery[redis]==5.3.6", "django-configurations==2.5", @@ -37,7 +37,7 @@ dependencies = [ "django-storages==1.14.2", "django-timezone-field>=5.1", "django==5.0.3", - "djangorestframework==3.15.0", + "djangorestframework==3.15.1", "drf_spectacular==0.27.1", "dockerflow==2024.3.0", "easy_thumbnails==2.8.5", @@ -69,13 +69,13 @@ dev = [ "pyfakefs==5.3.5", "pylint-django==2.5.5", "pylint==3.1.0", - "pytest-cov==4.1.0", + "pytest-cov==5.0.0", "pytest-django==4.8.0", "pytest==8.1.1", "pytest-icdiff==0.9", "pytest-xdist==3.5.0", "responses==0.25.0", - "ruff==0.3.3", + "ruff==0.3.4", "types-requests==2.31.0.20240311", "freezegun==1.4.0", ]