From 6fa9d8103d1f5ff7683194b53692324b0530deb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 18:28:28 +0000 Subject: [PATCH] build(deps): bump django-debug-toolbar from 3.2.2 to 3.2.4 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/3.2.2...3.2.4) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cedb695..28c7758 100644 --- a/poetry.lock +++ b/poetry.lock @@ -282,7 +282,7 @@ bcrypt = ["bcrypt"] [[package]] name = "django-debug-toolbar" -version = "3.2.2" +version = "3.2.4" description = "A configurable set of panels that display various debug information about the current request/response." category = "main" optional = false @@ -1296,7 +1296,7 @@ typing_extensions = ">=3.6,<5.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "66f8586ca9ba90c869e48879778ff3319c61cb240df209054fb0f2d6cae14c40" +content-hash = "52f763b567c6fea71d9b3523becefce737df67558c23571b0195b042d13516bc" [metadata.files] amqp = [ @@ -1437,8 +1437,8 @@ django = [ {file = "Django-3.1.13.tar.gz", hash = "sha256:9f8be75646f62204320b195062b1d696ba28aa3d45ee72fb7c888ffaebc5bdb2"}, ] django-debug-toolbar = [ - {file = "django-debug-toolbar-3.2.2.tar.gz", hash = "sha256:8c5b13795d4040008ee69ba82dcdd259c49db346cf7d0de6e561a49d191f0860"}, - {file = "django_debug_toolbar-3.2.2-py3-none-any.whl", hash = "sha256:d7bab7573fab35b0fd029163371b7182f5826c13da69734beb675c761d06a4d3"}, + {file = "django-debug-toolbar-3.2.4.tar.gz", hash = "sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9"}, + {file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"}, ] django-environ = [ {file = "django-environ-0.8.1.tar.gz", hash = "sha256:6f0bc902b43891656b20486938cba0861dc62892784a44919170719572a534cb"}, diff --git a/pyproject.toml b/pyproject.toml index 72e7f4e..b53694b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ uvicorn = "~0.15.0" psycopg2-binary = "~2.9.1" django-environ = "^0.8.1" django-extensions = "^3.1.1" -django-debug-toolbar = "^3.1.1" +django-debug-toolbar = "^3.2.4" celery = {extras = ["redis"], version = "^5.2.2"} RestrictedPython = "~5.2" requests = "^2.27.1"