From 0e68bb0fc9d5ad4b207ac774be6cc91234f3c9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:27:54 +0000 Subject: [PATCH] build(deps): Bump django-debug-toolbar from 5.1.0 to 5.2.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/django-commons/django-debug-toolbar/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 5.2.0 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 0cfd1667..31f94eca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,14 +491,14 @@ Django = ">=3.2" [[package]] name = "django-debug-toolbar" -version = "5.1.0" +version = "5.2.0" description = "A configurable set of panels that display various debug information about the current request/response." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "django_debug_toolbar-5.1.0-py3-none-any.whl", hash = "sha256:c0591e338ee9603bdfce5aebf8d18ca7341fdbb69595e2b0b34869be5857180e"}, - {file = "django_debug_toolbar-5.1.0.tar.gz", hash = "sha256:8a3b9da4aeab8d384a366e20304bd939a451f0242523c5b7b402248ad474eed2"}, + {file = "django_debug_toolbar-5.2.0-py3-none-any.whl", hash = "sha256:15627f4c2836a9099d795e271e38e8cf5204ccd79d5dbcd748f8a6c284dcd195"}, + {file = "django_debug_toolbar-5.2.0.tar.gz", hash = "sha256:9e7f0145e1a1b7d78fcc3b53798686170a5b472d9cf085d88121ff823e900821"}, ] [package.dependencies] @@ -1377,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "2882bf9d2a5f68fbafe1a23091e920ff2214a88bb16bd8e44883b2ebb5a85317" +content-hash = "09a331aeb65660d32b76f5e7825d3a2256fa1d7966943551095df4628a23819b" diff --git a/pyproject.toml b/pyproject.toml index bcc6d293..991e6155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ django-bootstrap3 = "^25.1" django-cleanup = "^9.0.0" django-common-helpers = "^0.9.2" django-cron = "^0.6.0" -django-debug-toolbar = "^5.1.0" +django-debug-toolbar = "^5.2.0" django-environ = "^0.12.0" django-fullurl = "^1.4" django-heroku = "^0.3.1"