diff --git a/poetry.lock b/poetry.lock index 0cfd1667..31f94eca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -491,14 +491,14 @@ Django = ">=3.2" [[package]] name = "django-debug-toolbar" -version = "5.1.0" +version = "5.2.0" description = "A configurable set of panels that display various debug information about the current request/response." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "django_debug_toolbar-5.1.0-py3-none-any.whl", hash = "sha256:c0591e338ee9603bdfce5aebf8d18ca7341fdbb69595e2b0b34869be5857180e"}, - {file = "django_debug_toolbar-5.1.0.tar.gz", hash = "sha256:8a3b9da4aeab8d384a366e20304bd939a451f0242523c5b7b402248ad474eed2"}, + {file = "django_debug_toolbar-5.2.0-py3-none-any.whl", hash = "sha256:15627f4c2836a9099d795e271e38e8cf5204ccd79d5dbcd748f8a6c284dcd195"}, + {file = "django_debug_toolbar-5.2.0.tar.gz", hash = "sha256:9e7f0145e1a1b7d78fcc3b53798686170a5b472d9cf085d88121ff823e900821"}, ] [package.dependencies] @@ -1377,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "2882bf9d2a5f68fbafe1a23091e920ff2214a88bb16bd8e44883b2ebb5a85317" +content-hash = "09a331aeb65660d32b76f5e7825d3a2256fa1d7966943551095df4628a23819b" diff --git a/pyproject.toml b/pyproject.toml index bcc6d293..991e6155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ django-bootstrap3 = "^25.1" django-cleanup = "^9.0.0" django-common-helpers = "^0.9.2" django-cron = "^0.6.0" -django-debug-toolbar = "^5.1.0" +django-debug-toolbar = "^5.2.0" django-environ = "^0.12.0" django-fullurl = "^1.4" django-heroku = "^0.3.1"