From 18a73778f7f0007efe657cc85b7d396068d6ade0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:33:45 +0000 Subject: [PATCH] build(deps-dev): bump django-debug-toolbar from 4.2.0 to 4.4.2 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.2.0 to 4.4.2. - [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.4.2) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f67e2ca..58859c2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -514,17 +514,17 @@ bcrypt = ["bcrypt"] [[package]] name = "django-debug-toolbar" -version = "4.2.0" +version = "4.4.2" 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.4.2-py3-none-any.whl", hash = "sha256:5d7afb2ea5f8730241e5b0735396e16cd1fd8c6b53a2f3e1e30bbab9abb23728"}, + {file = "django_debug_toolbar-4.4.2.tar.gz", hash = "sha256:9204050fcb1e4f74216c5b024bc76081451926a6303993d6c513f5e142675927"}, ] [package.dependencies] -django = ">=3.2.4" +django = ">=4.2.9" sqlparse = ">=0.2" [[package]] @@ -1871,4 +1871,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6d9077054aa3cf8f7c515c96a87a1ce4ff38a28daf58faa51772e5e9d6a6983c" +content-hash = "15b0312e607931ee57820eddaddccf72103558374367fb23b0977912e76057b8" diff --git a/pyproject.toml b/pyproject.toml index fec33d92..9306c24d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ redis = "^5.0" [tool.poetry.group.dev.dependencies] black = "^24.4.2" rich = "^13.7.1" -django-debug-toolbar = "^4.2" +django-debug-toolbar = "^4.4" ipython = "^8.25.0" [build-system]