diff --git a/poetry.lock b/poetry.lock index dbb51b6..9a640c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -256,7 +256,7 @@ celery = ">=4.4,<6.0" [[package]] name = "django-debug-toolbar" -version = "3.2.1" +version = "3.2.4" description = "A configurable set of panels that display various debug information about the current request/response." category = "dev" optional = false @@ -648,7 +648,7 @@ pgsql = ["psycopg2"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "e1b835fdd3fb017345a4db544ca311a41ea3c03453b3e2c757f30b533b2a0b99" +content-hash = "10fa10fb2625706da1699ebf497d8c31e1b44b6105a40364f6ca5e88f77993b1" [metadata.files] amqp = [ @@ -777,8 +777,8 @@ django-celery-results = [ {file = "django_celery_results-2.0.1.tar.gz", hash = "sha256:d625e324138e5b2ef46ffa9e89fa353c16d619420066ac8b240ef9247b293a84"}, ] django-debug-toolbar = [ - {file = "django-debug-toolbar-3.2.1.tar.gz", hash = "sha256:a5ff2a54f24bf88286f9872836081078f4baa843dc3735ee88524e89f8821e33"}, - {file = "django_debug_toolbar-3.2.1-py3-none-any.whl", hash = "sha256:e759e63e3fe2d3110e0e519639c166816368701eab4a47fed75d7de7018467b9"}, + {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-filter = [ {file = "django-filter-2.4.0.tar.gz", hash = "sha256:84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06"}, diff --git a/pyproject.toml b/pyproject.toml index ef33486..b9fe779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ flake8 = "^3.9.2" black = "^21.5b2" pytest-cov = "^2.12.1" pytest-django = "^4.4.0" -django-debug-toolbar = "^3.2.1" +django-debug-toolbar = "^3.2.4" [build-system] requires = ["poetry-core>=1.0.0"]