diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 576262b..178a75b 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.35.86", + "boto3==1.35.91", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -69,14 +69,14 @@ dev = [ "jq==1.8.0", "pyfakefs==5.7.3", "pylint-django==2.6.1", - "pylint==3.3.2", + "pylint==3.3.3", "pytest-cov==6.0.0", "pytest-django==4.9.0", "pytest==8.3.4", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.3", - "ruff==0.8.4", + "ruff==0.8.5", "types-requests==2.32.0.20241016", "freezegun==1.5.1", ]