From 12a5f19f58d0167abfb84177dc52d91eae4a9386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 15:28:09 +0000 Subject: [PATCH] Bump django-debug-toolbar from 4.0.0 to 4.1.0 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.0.0 to 4.1.0. - [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.0.0...4.1) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9141f79..6763971 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1458,14 +1458,14 @@ files = [ [[package]] name = "django-debug-toolbar" -version = "4.0.0" +version = "4.1.0" description = "A configurable set of panels that display various debug information about the current request/response." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "django_debug_toolbar-4.0.0-py3-none-any.whl", hash = "sha256:bad339d68520652ddc1580c76f136fcbc3e020fd5ed96510a89a02ec81bb3fb1"}, - {file = "django_debug_toolbar-4.0.0.tar.gz", hash = "sha256:89619f6e0ea1057dca47bfc429ed99b237ef70074dabc065a7faa5f00e1459cf"}, + {file = "django_debug_toolbar-4.1.0-py3-none-any.whl", hash = "sha256:a0b532ef5d52544fd745d1dcfc0557fa75f6f0d1962a8298bd568427ef2fa436"}, + {file = "django_debug_toolbar-4.1.0.tar.gz", hash = "sha256:f57882e335593cb8e74c2bda9f1116bbb9ca8fc0d81b50a75ace0f83de5173c7"}, ] [package.dependencies] @@ -5366,6 +5366,7 @@ category = "main" optional = false python-versions = "*" files = [ + {file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, {file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, ] @@ -5708,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2365c910257ce91b09f72d236f19cf15257b5561f7fc746fed7c8e1f6155c0d4" +content-hash = "34e23e0d5dd629cd21e8e57a57270394d0ef8b5e874ee21f42d4b8b4436d681d" diff --git a/pyproject.toml b/pyproject.toml index 9039857..fa38533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pylint-django = "^2.5.3" pylint-celery = "^0.3" pre-commit = "^3.3.1" factory-boy = "^3.2.1" -django-debug-toolbar = "^4.0.0" +django-debug-toolbar = "^4.1.0" django-extensions = "^3.2.1" django-coverage-plugin = "^3.0.0" pytest-django = "^4.5.2"