From 7b1cf7509fdecb07bc64667c559e5f748705d0de Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 6 Nov 2022 08:37:00 +0000 Subject: [PATCH] Update dependency django-debug-toolbar to v3.7.0 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index d7d1eae96..a8786a3bc 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -680,7 +680,7 @@ six = ">=1.4.0" [[package]] name = "django-debug-toolbar" -version = "3.6.0" +version = "3.7.0" description = "A configurable set of panels that display various debug information about the current request/response." category = "dev" optional = false @@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "c20c2b7e4d1059b7c16e6265d2afbc17de74f0cd6e2cd26c9fb07cc6910493b0" +content-hash = "c1ec08657ddf4c1994cfeca0ec1584769e1253b44589ca30ac173482c4198fad" [metadata.files] aiohttp = [ @@ -2643,8 +2643,8 @@ django-coverage-plugin = [ {file = "django_coverage_plugin-2.0.4.tar.gz", hash = "sha256:f662efe592bf98baf2e540312059c918daa8d8379244a2a6b6f984c4a1dda015"}, ] django-debug-toolbar = [ - {file = "django-debug-toolbar-3.6.0.tar.gz", hash = "sha256:95fc2fd29c56cc86678aae9f6919ececefe892f2a78c4004b193a223a8380c3d"}, - {file = "django_debug_toolbar-3.6.0-py3-none-any.whl", hash = "sha256:fe7fe3f21865218827e2162ecc06eba386dfe8cffe4f3501c49bb4359e06a0e6"}, + {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"}, ] django-dynamic-preferences = [ {file = "django-dynamic-preferences-1.14.0.tar.gz", hash = "sha256:c00abcb8d524067390a66518cfcd32683b87ad3cc620d5913649fc7707b80833"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 32f076c3f..cf70dcce9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -76,7 +76,7 @@ Faker = "==14.2.1" coverage = "==6.5.0" django-coverage-plugin = "==2.0.4" factory-boy = "==3.2.1" -django-debug-toolbar = "==3.6.0" +django-debug-toolbar = "==3.7.0" asynctest = "==0.13.0" aioresponses = "==0.7.3" prompt-toolkit = "==3.0.32"