diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 18ca473f9..f8bbd542c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,26 +11,26 @@ description = "Workflow Support System for managing video shooting, filming and requires-python = ">=3.14,<4.0" dependencies = [ "celery[redis]==5.6.3", - "django==6.0.7", - "djangorestframework==3.17.1", + "django==6.1", + "djangorestframework==3.18.0", "djangorestframework_simplejwt==5.5.1", "django-cacheops==7.2", "django-celery-beat==2.9.0", "django-celery-results==2.6.0", "django-cors-headers==4.9.0", "django-filter==26.1", - "django-health-check[celery,redis]==4.4.4", + "django-health-check[celery,redis]==4.5.0", "django-phonenumber-field[phonenumbers]==8.5.0", "django-simple-history==3.13.0", "drf-spectacular==0.30.0", "google-api-python-client==2.198.0", - "google-auth-httplib2==0.4.0", + "google-auth-httplib2==0.4.1", "google-auth-oauthlib==1.4.0", "jsonschema[format]==4.26.0", "libgravatar==1.0.4", "python-decouple==3.8", "requests==2.34.2", - "sentry-sdk==2.66.1", + "sentry-sdk==2.68.0", "social-auth-app-django==6.0.1", "whitenoise[brotli]==6.12.0" ] @@ -84,10 +84,10 @@ optional = true pytest-github-actions-annotate-failures = "0.4.2" [tool.poetry.group.debug.dependencies] -django-debug-toolbar = "7.0.0" +django-debug-toolbar = "7.1.1" [tool.poetry.group.dev.dependencies] -pre-commit = "4.6.1" +pre-commit = "4.6.2" psycopg = {extras = ["binary"], version = "3.3.4"} [tool.poetry.group.prod] @@ -101,10 +101,10 @@ psycopg = {extras = ["c"], version = "3.3.4"} model_bakery = "1.24.0" pytest = "9.1.1" pytest-cov = "7.1.0" -pytest-django = "4.12.0" +pytest-django = "4.14.0" pytest-xdist = {extras = ["psutil"], version = "3.8.0"} responses = "0.26.2" -time-machine = "3.2.0" +time-machine = "3.4.0" typing_extensions = "4.16.0" # TODO: Remove when social-core no longer supports Python 3.9 [tool.pytest]