Skip to content

Commit f800dff

Browse files
build(deps): Update django-debug-toolbar requirement (#1514)
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.2.0...6.0.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d386aba commit f800dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies = [
5353
"django-heroku>=0.3.1,<0.4.0",
5454

5555
# Development & Debugging
56-
"django-debug-toolbar>=5.2.0,<6.0.0",
56+
"django-debug-toolbar>=5.2.0,<7.0.0",
5757
"ruff>=0.8.0,<1.0.0",
5858

5959
# Testing

0 commit comments

Comments
 (0)