From 869016dc249a7e3afdbaa6500e9b9873d53c5747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:59:25 +0000 Subject: [PATCH] build(deps): bump django-debug-toolbar from 4.4.2 to 4.4.6 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.4.2 to 4.4.6. - [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.4.2...4.4.6) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-patch ... 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 8f55e40a..c637c201 100644 --- a/poetry.lock +++ b/poetry.lock @@ -548,13 +548,13 @@ requests = "*" [[package]] name = "django-debug-toolbar" -version = "4.4.2" +version = "4.4.6" 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.4.2-py3-none-any.whl", hash = "sha256:5d7afb2ea5f8730241e5b0735396e16cd1fd8c6b53a2f3e1e30bbab9abb23728"}, - {file = "django_debug_toolbar-4.4.2.tar.gz", hash = "sha256:9204050fcb1e4f74216c5b024bc76081451926a6303993d6c513f5e142675927"}, + {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"}, ] [package.dependencies] @@ -1722,4 +1722,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b12cb8bc993a3f869baac716be0efada0059f8d990a239c6d278654522719479" +content-hash = "124620753a9b793b809a17eb3f7e360768dd09d6fe66582b96bfad58bb9a22f3" diff --git a/pyproject.toml b/pyproject.toml index f18fce9a..7132ad2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ mozilla-django-oidc = "^4.0.0" django-bootstrap-icons = "^0.8.7" django-select2 = "^8.2.0" django-static-precompiler = {extras = ["libsass"], version = "^2.4"} -django-debug-toolbar = "^4.4.2" +django-debug-toolbar = "^4.4.6" django-permissionedforms = "^0.1" tenca = "^0.0.2" html2text = "^2020.1.16"