From 63b361dd78855cf738276cb714ce562a14c6b6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 02:14:29 +0000 Subject: [PATCH] Bump django-debug-toolbar from 3.4.0 to 3.7.0 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.4.0 to 3.7.0. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/3.4...3.7) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b937106..96d0ea26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "axe-selenium-python==2.1.6", - "django-debug-toolbar==3.4.0", + "django-debug-toolbar==3.7.0", "autoreduce-rest-api", "gunicorn", "mysqlclient==2.1.0",