diff --git a/poetry.lock b/poetry.lock index b8153ff..5c01a3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,13 +484,13 @@ tests = ["jinja2 (>=2.9.6)", "pytest", "pytest-cov", "pytest-django", "pytest-ru [[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] @@ -2002,4 +2002,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a3bca2791beeb49d8d54445cf923a4b3f83b47066399422d288e7a5b2c0f516b" +content-hash = "11f1f4e93f1bae2cf43a07b1fc19fff482d35f4bc922ee70723a592e1f872d82" diff --git a/pyproject.toml b/pyproject.toml index 836f28a..b40b664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ optional = true [tool.poetry.group.dev.dependencies] deptry = "^0.21.1" -django-debug-toolbar = "^4.4.6" +django-debug-toolbar = "^5.0.1" djlint = "^1.36.4" pylint = "^3.3.3" ruff = "^0.8.1"