diff --git a/poetry.lock b/poetry.lock index b528686c..d34bb30e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,13 +491,13 @@ requests = "*" [[package]] name = "django-debug-toolbar" -version = "4.1.0" +version = "4.2.0" description = "A configurable set of panels that display various debug information about the current request/response." optional = false python-versions = ">=3.8" files = [ - {file = "django_debug_toolbar-4.1.0-py3-none-any.whl", hash = "sha256:a0b532ef5d52544fd745d1dcfc0557fa75f6f0d1962a8298bd568427ef2fa436"}, - {file = "django_debug_toolbar-4.1.0.tar.gz", hash = "sha256:f57882e335593cb8e74c2bda9f1116bbb9ca8fc0d81b50a75ace0f83de5173c7"}, + {file = "django_debug_toolbar-4.2.0-py3-none-any.whl", hash = "sha256:af99128c06e8e794479e65ab62cc6c7d1e74e1c19beb44dcbf9bad7a9c017327"}, + {file = "django_debug_toolbar-4.2.0.tar.gz", hash = "sha256:bc7fdaafafcdedefcc67a4a5ad9dac96efd6e41db15bc74d402a54a2ba4854dc"}, ] [package.dependencies] @@ -1755,4 +1755,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ecaef53b5ae7e73faa5e95871b8f719ecada5b4244c8f4e4213bf9a404fa58c1" +content-hash = "557e55ec6bbeca6007fe2d922fe4e089cd936a13b5a48c878903cacb07f0fcb0" diff --git a/pyproject.toml b/pyproject.toml index bf99c460..1a71381a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ mozilla-django-oidc = "^3.0.0" django-bootstrap-icons = "^0.8.3" django-select2 = "^8.1.2" django-static-precompiler = {extras = ["libsass"], version = "^2.4"} -django-debug-toolbar = "^4.1.0" +django-debug-toolbar = "^4.2.0" django-permissionedforms = "^0.1" tenca = "^0.0.2" html2text = "^2020.1.16"