From 4f184bf35c9d9c240cb44960db09ae20e1337ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:15:19 +0000 Subject: [PATCH] Bump django-debug-toolbar from 6.1.0 to 6.2.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 6.1.0 to 6.2.0. - [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](https://github.com/django-commons/django-debug-toolbar/compare/6.1.0...6.2.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index abd1262..e17840a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -326,14 +326,14 @@ bcrypt = ["bcrypt"] [[package]] name = "django-debug-toolbar" -version = "6.1.0" +version = "6.2.0" description = "A configurable set of panels that display various debug information about the current request/response." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "django_debug_toolbar-6.1.0-py3-none-any.whl", hash = "sha256:e214dea4494087e7cebdcea84223819c5eb97f9de3110a3665ad673f0ba98413"}, - {file = "django_debug_toolbar-6.1.0.tar.gz", hash = "sha256:e962ec350c9be8bdba918138e975a9cdb193f60ec396af2bb71b769e8e165519"}, + {file = "django_debug_toolbar-6.2.0-py3-none-any.whl", hash = "sha256:1575461954e6befa720e999dec13fe4f1cc8baf40b6c3ac2aec5f340c0f9c85f"}, + {file = "django_debug_toolbar-6.2.0.tar.gz", hash = "sha256:dc1c174d8fb0ea01435e02d9ceef735cf62daf37c1a6a5692d33b4127327679b"}, ] [package.dependencies] @@ -1587,4 +1587,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "083638a12afd87253cb1864ccf490ce11e420ecbab47803283a204cd7c3ce6df" +content-hash = "75921cf2680b6b2c9f9b4e2bbbc4904dea477d297cd378326dbfcac0a5c5b27f" diff --git a/pyproject.toml b/pyproject.toml index 8d63b52..ff5a603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-decouple = "^3.8" [tool.poetry.dev-dependencies] black = "^26.1" bpython = "^0.26" -django-debug-toolbar = "^6.1.0" +django-debug-toolbar = "^6.2.0" django-stubs = "^4.2.4" flake8 = "^7.3.0" flake8-bugbear = "^25.11.29"