Skip to content

Commit 512ecc3

Browse files
Update django-debug-toolbar requirement in /backend
Updates the requirements on [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) to permit the latest version. - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@5.0.1...6.3.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca0ca26 commit 512ecc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ dev = [
134134
"pytest-xdist>=3.5.0",
135135
"websockets>=12.0",
136136
"typer>=0.12.3",
137-
"django-debug-toolbar>=5.0.1",
137+
"django-debug-toolbar>=6.3.0",
138138
]

0 commit comments

Comments
 (0)