From 7fb06b7d1567c624198593f8e8755c45116e4484 Mon Sep 17 00:00:00 2001 From: "descope[bot]" Date: Wed, 6 Sep 2023 06:27:23 +0000 Subject: [PATCH] chore(deps): update dependency django-debug-toolbar to v4.2.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99a6ad1..c09ea5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -430,13 +430,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-debug-toolbar" -version = "4.1.0" +version = "4.2.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.1.0-py3-none-any.whl", hash = "sha256:a0b532ef5d52544fd745d1dcfc0557fa75f6f0d1962a8298bd568427ef2fa436"}, - {file = "django_debug_toolbar-4.1.0.tar.gz", hash = "sha256:f57882e335593cb8e74c2bda9f1116bbb9ca8fc0d81b50a75ace0f83de5173c7"}, + {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"}, ] [package.dependencies] @@ -1093,4 +1093,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "8b65e59bd23bd20af4139abf1046047d395f2edd0cc0cb9a0246124dc76a6b8a" +content-hash = "c88944d1fedfeef999180f3218a7586d6d4785f78f3d15a80f30415679c0ad79" diff --git a/pyproject.toml b/pyproject.toml index 5a86079..c1d10b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ liccheck = "0.9.1" isort = "5.12.0" python-dotenv = "1.0.0" tox = "4.5.1" -django-debug-toolbar = "4.1.0" +django-debug-toolbar = "4.2.0" django-stubs = "4.2.3" # Authorized and unauthorized licenses in LOWER CASE