Update dependency django-debug-toolbar to v3.5.0 (develop)
This commit is contained in:
parent
c18e438c3c
commit
74ca440601
|
@ -660,7 +660,7 @@ six = ">=1.4.0"
|
|||
|
||||
[[package]]
|
||||
name = "django-debug-toolbar"
|
||||
version = "3.4.0"
|
||||
version = "3.5.0"
|
||||
description = "A configurable set of panels that display various debug information about the current request/response."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "0922388d44eb3f5af5df23af70e8a4255fcf9fe17448212840c1c37f3d438e0b"
|
||||
content-hash = "aea375f9e7f3472f5675bb8e2f9e5f30f29b3a7da312126c00d9279920418758"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2513,8 +2513,8 @@ django-coverage-plugin = [
|
|||
{file = "django_coverage_plugin-2.0.3.tar.gz", hash = "sha256:e73231e3bfddb2ac836fd43cb0e6ec2ab3a97457b1d9ca2468085e506beb7935"},
|
||||
]
|
||||
django-debug-toolbar = [
|
||||
{file = "django-debug-toolbar-3.4.0.tar.gz", hash = "sha256:ae6bec2c1ce0e6900b0ab0443e1427eb233d8e6f57a84a0b2705eeecb8874e22"},
|
||||
{file = "django_debug_toolbar-3.4.0-py3-none-any.whl", hash = "sha256:42c1c2e9dc05bb57b53d641e3a6d131fc031b92377b34ae32e604a1fe439bb83"},
|
||||
{file = "django-debug-toolbar-3.5.0.tar.gz", hash = "sha256:97965f2630692de316ea0c1ca5bfa81660d7ba13146dbc6be2059cf55b35d0e5"},
|
||||
{file = "django_debug_toolbar-3.5.0-py3-none-any.whl", hash = "sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661"},
|
||||
]
|
||||
django-dynamic-preferences = [
|
||||
{file = "django-dynamic-preferences-1.12.0.tar.gz", hash = "sha256:cd8987cf8e4dd36e019ad3e8a25c589bc4b410ca4a66cdfcbe5c25a517a7c0ad"},
|
||||
|
|
|
@ -73,7 +73,7 @@ Faker = "==13.14.0"
|
|||
coverage = "==6.4.1"
|
||||
django-coverage-plugin = "==2.0.3"
|
||||
factory-boy = "==3.2.1"
|
||||
django-debug-toolbar = "==3.4.0"
|
||||
django-debug-toolbar = "==3.5.0"
|
||||
asynctest = "==0.13.0"
|
||||
aioresponses = "==0.7.3"
|
||||
prompt-toolkit = "==3.0.29"
|
||||
|
|
Loading…
Reference in New Issue