From 2c8ed9cd770e48928b0f6815e4e859f5a63bb26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:08:58 +0000 Subject: [PATCH] Bump django-debug-toolbar from 4.2.0 to 4.3.0 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.2.0 to 4.3.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/4.2...4.3) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 24be2f02..35765906 100644 --- a/poetry.lock +++ b/poetry.lock @@ -474,13 +474,13 @@ Django = ">=3.2" [[package]] name = "django-debug-toolbar" -version = "4.2.0" +version = "4.3.0" description = "A configurable set of panels that display various debug information about the current request/response." optional = false python-versions = ">=3.8" files = [ - {file = "django_debug_toolbar-4.2.0-py3-none-any.whl", hash = "sha256:af99128c06e8e794479e65ab62cc6c7d1e74e1c19beb44dcbf9bad7a9c017327"}, - {file = "django_debug_toolbar-4.2.0.tar.gz", hash = "sha256:bc7fdaafafcdedefcc67a4a5ad9dac96efd6e41db15bc74d402a54a2ba4854dc"}, + {file = "django_debug_toolbar-4.3.0-py3-none-any.whl", hash = "sha256:e09b7dcb8417b743234dfc57c95a7c1d1d87a88844abd13b4c5387f807b31bf6"}, + {file = "django_debug_toolbar-4.3.0.tar.gz", hash = "sha256:0b0dddee5ea29b9cb678593bc0d7a6d76b21d7799cb68e091a2148341a80f3c4"}, ] [package.dependencies] @@ -1445,4 +1445,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "363e9d046ec38e0c0fe29e2eca9fa59e1075d07b94a06432d16e0cd192c454ae" +content-hash = "dd1f22b1b9a1412618940ba4300dc932640f83957785e9e90dcec22e146c184b" diff --git a/pyproject.toml b/pyproject.toml index e7982dea..9918cce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ django-bootstrap3 = "^23.6" django-cleanup = "^8.1.0" django-common-helpers = "^0.9.2" django-cron = "^0.6.0" -django-debug-toolbar = "^4.2.0" +django-debug-toolbar = "^4.3.0" django-environ = "^0.11.2" django-fullurl = "^1.4" django-heroku = "^0.3.1"