From 8694b06e6436c7d7bc7d5e60b2cc289925227f91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:38:32 +0000 Subject: [PATCH] fix(deps): 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 c2a0105da17..5e3ee1f89e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1268,13 +1268,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] @@ -3527,4 +3527,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "512c3fae3a8b3e0d9c2bf1ba88c5a1882dc8aa57bbf551a3a28d4bafe681acc5" +content-hash = "58cdb0443e9965a337dcba4b1604307672dc5b580979e4172d037d7408c56581" diff --git a/pyproject.toml b/pyproject.toml index 97740c0a6cc..16129df79f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-axes = "^7.0.0" django-behaviors = "^0.5.1" django-cachalot = "^2.6.1" django-cors-headers = "^4.2.0" -django-debug-toolbar = "^4.2.0" +django-debug-toolbar = "^5.0.0" django-environ = "^0.12.0" django-filter = "^23.2" django-healthchecks = "^1.5.0"