From 718972ae5c36cc9a2e235362cb98061c0bf81615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:40:00 +0000 Subject: [PATCH] build(deps): Bump django-debug-toolbar from 5.0.1 to 5.1.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 5.0.1 to 5.1.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.0.1...5.1.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 5.1.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 4bc542f1..23884800 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,14 +491,14 @@ Django = ">=3.2" [[package]] name = "django-debug-toolbar" -version = "5.0.1" +version = "5.1.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.0.1-py3-none-any.whl", hash = "sha256:7456cc2e951db37dab335686db7803c4a0ecb6736d120705f6668db9548bf49f"}, - {file = "django_debug_toolbar-5.0.1.tar.gz", hash = "sha256:296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420"}, + {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"}, ] [package.dependencies] @@ -1377,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "520703a7a35f1b0e00daf7f73ba4e5a13c66ec6005fbeb03a13a641878f75fff" +content-hash = "d0510ec7471d5a27fe31d1e4d1f84140180750800371dc45d8aa6fb928b65f44" diff --git a/pyproject.toml b/pyproject.toml index 1ed2b3ba..2db61580 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.0.1" +django-debug-toolbar = "^5.1.0" django-environ = "^0.12.0" django-fullurl = "^1.4" django-heroku = "^0.3.1"