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"