chore(api): update dependency django-debug-toolbar to v3.8.1

This commit is contained in:
Renovate Bot 2022-12-05 18:03:34 +00:00
parent 22cb3d30a7
commit ffcd2f23c4
2 changed files with 7 additions and 7 deletions

12
api/poetry.lock generated
View File

@ -669,15 +669,15 @@ six = ">=1.4.0"
[[package]]
name = "django-debug-toolbar"
version = "3.7.0"
version = "3.8.1"
description = "A configurable set of panels that display various debug information about the current request/response."
category = "dev"
optional = false
python-versions = ">=3.7"
[package.dependencies]
Django = ">=3.2.4"
sqlparse = ">=0.2.0"
django = ">=3.2.4"
sqlparse = ">=0.2"
[[package]]
name = "django-dynamic-preferences"
@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "b7ae025adfd86ee7257778f1a2cfdcffbd0f9da2404966c5fe964b9e871c80bb"
content-hash = "b466cd53b00e2d339632486bf882fc8041dafe4a1679543c18d9180a7096487f"
[metadata.files]
aiohttp = [
@ -2632,8 +2632,8 @@ django-coverage-plugin = [
{file = "django_coverage_plugin-2.0.4.tar.gz", hash = "sha256:f662efe592bf98baf2e540312059c918daa8d8379244a2a6b6f984c4a1dda015"},
]
django-debug-toolbar = [
{file = "django-debug-toolbar-3.7.0.tar.gz", hash = "sha256:1e3acad24e3d351ba45c6fa2072e4164820307332a776b16c9f06d1f89503465"},
{file = "django_debug_toolbar-3.7.0-py3-none-any.whl", hash = "sha256:80de23066b624d3970fd296cf02d61988e5d56c31aa0dc4a428970b46e2883a8"},
{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"},
]
django-dynamic-preferences = [
{file = "django-dynamic-preferences-1.14.0.tar.gz", hash = "sha256:c00abcb8d524067390a66518cfcd32683b87ad3cc620d5913649fc7707b80833"},

View File

@ -75,7 +75,7 @@ Faker = "==15.3.4"
coverage = { version = "==6.5.0", extras = ["toml"] }
django-coverage-plugin = "==2.0.4"
factory-boy = "==3.2.1"
django-debug-toolbar = "==3.7.0"
django-debug-toolbar = "==3.8.1"
asynctest = "==0.13.0"
aioresponses = "==0.7.3"
prompt-toolkit = "==3.0.33"