From 8363da8db8d9fe7c72d3302e002c390ce0f2c757 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:33:31 +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 cbb0e40918..f85fe39123 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1390,13 +1390,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] @@ -7744,4 +7744,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "7fdc6223d18db72747764790ef7ee561547c3d67bc44a4dc7e08801a4300ef6f" +content-hash = "90fd82576bce81165cf735588f29b4d5ae618ef1d2a5f0b68df4182a8f545164" diff --git a/pyproject.toml b/pyproject.toml index 4cccb53d4b..42db501d3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ llama-index-agent-openai = "^0.4.1" [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 = "^30.0.0" ipdb = "^0.13.13"