diff --git a/poetry.lock b/poetry.lock index 7ac1d1eb..c28b8851 100644 --- a/poetry.lock +++ b/poetry.lock @@ -471,13 +471,13 @@ Django = ">=3.2" [[package]] name = "django-debug-toolbar" -version = "4.4.2" +version = "4.4.6" 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.4.2-py3-none-any.whl", hash = "sha256:5d7afb2ea5f8730241e5b0735396e16cd1fd8c6b53a2f3e1e30bbab9abb23728"}, - {file = "django_debug_toolbar-4.4.2.tar.gz", hash = "sha256:9204050fcb1e4f74216c5b024bc76081451926a6303993d6c513f5e142675927"}, + {file = "django_debug_toolbar-4.4.6-py3-none-any.whl", hash = "sha256:3beb671c9ec44ffb817fad2780667f172bd1c067dbcabad6268ce39a81335f45"}, + {file = "django_debug_toolbar-4.4.6.tar.gz", hash = "sha256:36e421cb908c2f0675e07f9f41e3d1d8618dc386392ec82d23bcfcd5d29c7044"}, ] [package.dependencies] @@ -1307,4 +1307,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "ac81c1974f41e154da51165a93aeefc432bd894075d5bf597015905ea5b0809d" +content-hash = "67fec4423d098b314b87ef71e1cb24bf65715225f92098dbf4f706f5475b3ecc" diff --git a/pyproject.toml b/pyproject.toml index 73dea7d1..79bc7264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ django-bootstrap3 = "^24.2" django-cleanup = "^8.1.0" django-common-helpers = "^0.9.2" django-cron = "^0.6.0" -django-debug-toolbar = "^4.4.2" +django-debug-toolbar = "^4.4.6" django-environ = "^0.11.2" django-fullurl = "^1.4" django-heroku = "^0.3.1"