From 10732636a373b0b50715627acd3cdde50167530a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 8 Sep 2022 14:09:38 +0000 Subject: [PATCH] Update dependency django-debug-toolbar to v3.6.0 (develop) --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 7998162f2..5c2b2b97e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -664,14 +664,14 @@ six = ">=1.4.0" [[package]] name = "django-debug-toolbar" -version = "3.5.0" +version = "3.6.0" 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" +Django = ">=3.2.4" sqlparse = ">=0.2.0" [[package]] @@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a85f893a716e3c25c7a4e76c1726149edb6e5ad266f258f5ee2ed4da642a1dcc" +content-hash = "a12c8c1fa2020d42eb7698a2f2b0b3db0cc67a5478ae8e774d0fd45dae5ec88b" [metadata.files] aiohttp = [ @@ -2616,8 +2616,8 @@ django-coverage-plugin = [ {file = "django_coverage_plugin-2.0.3.tar.gz", hash = "sha256:e73231e3bfddb2ac836fd43cb0e6ec2ab3a97457b1d9ca2468085e506beb7935"}, ] django-debug-toolbar = [ - {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"}, + {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"}, ] django-dynamic-preferences = [ {file = "django-dynamic-preferences-1.13.0.tar.gz", hash = "sha256:b7b13c913b5b6f6e05c880afeae1a91b147a5bc11fb95079151d9cc88b606a50"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index b0bf91afa..203a146e9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -74,7 +74,7 @@ Faker = "==14.2.0" coverage = "==6.4.4" django-coverage-plugin = "==2.0.3" factory-boy = "==3.2.1" -django-debug-toolbar = "==3.5.0" +django-debug-toolbar = "==3.6.0" asynctest = "==0.13.0" aioresponses = "==0.7.3" prompt-toolkit = "==3.0.31"