diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b25c21e3bd..8908fafa8d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -134,5 +134,5 @@ dev = [ "pytest-xdist>=3.5.0", "websockets>=12.0", "typer>=0.12.3", - "django-debug-toolbar>=5.0.1", + "django-debug-toolbar>=6.3.0", ]