Merge pull request #98 from Alexander-D-Karpov/dependabot/pip/django-debug-toolbar-4.0.0

Bump django-debug-toolbar from 3.8.1 to 4.0.0
This commit is contained in:
Alexander Karpov 2023-04-04 19:35:16 +03:00 committed by GitHub
commit 23e237f843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1250,14 +1250,14 @@ files = [
[[package]]
name = "django-debug-toolbar"
version = "3.8.1"
version = "4.0.0"
description = "A configurable set of panels that display various debug information about the current request/response."
category = "main"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "django_debug_toolbar-3.8.1-py3-none-any.whl", hash = "sha256:879f8a4672d41621c06a4d322dcffa630fc4df056cada6e417ed01db0e5e0478"},
{file = "django_debug_toolbar-3.8.1.tar.gz", hash = "sha256:24ef1a7d44d25e60d7951e378454c6509bf536dce7e7d9d36e7c387db499bc27"},
{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"},
]
[package.dependencies]
@ -4758,4 +4758,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "3b464aaf18dc4c9a08fc9b2f836e7c09606e5d21c038bdb762f20151cd2cfb84"
content-hash = "040bd26e90385aa11d6b3d1fe44de121caf7ae23d1f63f7a9fb484924b113d22"

View File

@ -51,7 +51,7 @@ pylint-django = "^2.5.3"
pylint-celery = "^0.3"
pre-commit = "^3.2.1"
factory-boy = "^3.2.1"
django-debug-toolbar = "^3.8.1"
django-debug-toolbar = "^4.0.0"
django-extensions = "^3.2.1"
django-coverage-plugin = "^3.0.0"
pytest-django = "^4.5.2"