diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 806815c..0b5b02c 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.11" dependencies = [ "Brotli==1.1.0", "PyJWT==2.10.1", - "boto3==1.37.4", + "boto3==1.37.10", "celery[redis]==5.4.0", "django-configurations==2.5.1", "django-cors-headers==4.7.0", @@ -68,19 +68,19 @@ dev = [ "django-extensions==3.2.3", "drf-spectacular-sidecar==2025.3.1", "ipdb==0.13.13", - "ipython==9.0.1", + "ipython==9.0.2", "jq==1.8.0", "pyfakefs==5.7.4", "pylint-django==2.6.1", - "pylint==3.3.4", + "pylint==3.3.5", "pytest-cov==6.0.0", "pytest-django==4.10.0", "pytest==8.3.5", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", "responses==0.25.6", - "ruff==0.9.9", - "types-requests==2.32.0.20250301", + "ruff==0.9.10", + "types-requests==2.32.0.20250306", "freezegun==1.5.1", ]