Merge pull request #141 from Alexander-D-Karpov/dependabot/pip/django-debug-toolbar-4.1.0

Bump django-debug-toolbar from 4.0.0 to 4.1.0
This commit is contained in:
Alexander Karpov 2023-06-04 01:15:33 +03:00 committed by GitHub
commit ae9616c10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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]
@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "0a2dffc09f90bc41ac020589f127f0e28fec8311cf646b453e35ce84b85ae0af"
content-hash = "34e23e0d5dd629cd21e8e57a57270394d0ef8b5e874ee21f42d4b8b4436d681d"

View File

@ -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"