diff --git a/poetry.lock b/poetry.lock index 8309eb4..ae7ef5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -810,13 +810,13 @@ django = ">=4.2" [[package]] name = "django-debug-toolbar" -version = "4.4.3" +version = "4.4.5" 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.3-py3-none-any.whl", hash = "sha256:c01296649dcaa05522d58bbb29461b5def06b687bf2af767069b5f805ac57d43"}, - {file = "django_debug_toolbar-4.4.3.tar.gz", hash = "sha256:1418397daa1bd41d0c282e6cb20756eec008cb8e1330cf776de45e58b1e5b44c"}, + {file = "django_debug_toolbar-4.4.5-py3-none-any.whl", hash = "sha256:91425606673ee674d780f7aeedf3595c264eb382dcf41f55c6779577900904c0"}, + {file = "django_debug_toolbar-4.4.5.tar.gz", hash = "sha256:8298ce966b4c8fc71430082dd4739ef2badb5f867734e1973a413c4ab2ea81b7"}, ] [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 = "8be936073d8d32da49fad64837fb30207bd0bf1e93e818bbcbe9deecf9578460" +content-hash = "5e0491f808827e6927ce6803e02f952b08b22af02bce8c51eb7d46eaa74219a6" diff --git a/pyproject.toml b/pyproject.toml index 2d00a1c..640110f 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.3", optional = true } +django-debug-toolbar = { version = "^4.4.5", 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.3" +django-debug-toolbar = "^4.4.5" django-extensions = "^3.2.3" django-coverage-plugin = "^3.1.0" pytest-django = "^4.7.0"