From 907059dff082431354ddab90e2b16b1b891d9ca8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 18:48:57 +0000 Subject: [PATCH] Update dependency django-debug-toolbar to v5 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe1c6b7860..d1526d2c80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1404,13 +1404,13 @@ django = ">=4.2" [[package]] name = "django-debug-toolbar" -version = "4.4.6" +version = "5.0.1" description = "A configurable set of panels that display various debug information about the current request/response." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "django_debug_toolbar-4.4.6-py3-none-any.whl", hash = "sha256:3beb671c9ec44ffb817fad2780667f172bd1c067dbcabad6268ce39a81335f45"}, - {file = "django_debug_toolbar-4.4.6.tar.gz", hash = "sha256:36e421cb908c2f0675e07f9f41e3d1d8618dc386392ec82d23bcfcd5d29c7044"}, + {file = "django_debug_toolbar-5.0.1-py3-none-any.whl", hash = "sha256:7456cc2e951db37dab335686db7803c4a0ecb6736d120705f6668db9548bf49f"}, + {file = "django_debug_toolbar-5.0.1.tar.gz", hash = "sha256:296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420"}, ] [package.dependencies] @@ -7845,4 +7845,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "c0ce6bdbfa872566be28032ec49e7e71690ca19a0e2199cf95d4cce922201f03" +content-hash = "c5269190731c0df12a3af1a6cb25464eebcd40eeb0846d5000dfcb07f18d4667" diff --git a/pyproject.toml b/pyproject.toml index b500a49b6e..502e21ec31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ deepmerge = "^2.0" [tool.poetry.group.dev.dependencies] bpython = "^0.25" ddt = "^1.6.0" -django-debug-toolbar = "^4.1.0" +django-debug-toolbar = "^5.0.0" factory_boy = "^3.3.0" faker = "^35.0.0" ipdb = "^0.13.13"