diff --git a/poetry.lock b/poetry.lock index 078a196..568ca7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -810,13 +810,13 @@ django = ">=4.2" [[package]] name = "django-debug-toolbar" -version = "4.4.2" +version = "4.4.3" 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.3-py3-none-any.whl", hash = "sha256:c01296649dcaa05522d58bbb29461b5def06b687bf2af767069b5f805ac57d43"}, + {file = "django_debug_toolbar-4.4.3.tar.gz", hash = "sha256:1418397daa1bd41d0c282e6cb20756eec008cb8e1330cf776de45e58b1e5b44c"}, ] [package.dependencies] @@ -3209,4 +3209,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6cd59114ac0f46f2d0336457228693990c5d14f06c474852ff45cb21a7824cff" +content-hash = "8be936073d8d32da49fad64837fb30207bd0bf1e93e818bbcbe9deecf9578460" diff --git a/pyproject.toml b/pyproject.toml index 3f90658..2d00a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-redis="^5.4.0" sphinx = { version = "^7.3.7", optional = true } sphinx-autobuild = { version = "^2024.4.16", optional = true } sphinx_rtd_theme = { version = "^2.0.0", optional = true } -django-debug-toolbar = { version = "^4.4.2", optional = true } +django-debug-toolbar = { version = "^4.4.3", optional = true } django-extensions = { version = "^3.2.3", optional = true } [tool.poetry.extras] @@ -59,7 +59,7 @@ pylint-django="^2.5.5" pylint-celery="^0.3" pre-commit="^3.7.1" factory-boy = "^3.3.0" -django-debug-toolbar = "^4.4.2" +django-debug-toolbar = "^4.4.3" django-extensions = "^3.2.3" django-coverage-plugin = "^3.1.0" pytest-django = "^4.7.0"