diff --git a/poetry.lock b/poetry.lock index 9141f79..6763971 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1458,14 +1458,14 @@ files = [ [[package]] name = "django-debug-toolbar" -version = "4.0.0" +version = "4.1.0" description = "A configurable set of panels that display various debug information about the current request/response." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "django_debug_toolbar-4.0.0-py3-none-any.whl", hash = "sha256:bad339d68520652ddc1580c76f136fcbc3e020fd5ed96510a89a02ec81bb3fb1"}, - {file = "django_debug_toolbar-4.0.0.tar.gz", hash = "sha256:89619f6e0ea1057dca47bfc429ed99b237ef70074dabc065a7faa5f00e1459cf"}, + {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"}, ] [package.dependencies] @@ -5366,6 +5366,7 @@ category = "main" optional = false python-versions = "*" files = [ + {file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, {file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, ] @@ -5708,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2365c910257ce91b09f72d236f19cf15257b5561f7fc746fed7c8e1f6155c0d4" +content-hash = "34e23e0d5dd629cd21e8e57a57270394d0ef8b5e874ee21f42d4b8b4436d681d" diff --git a/pyproject.toml b/pyproject.toml index 9039857..fa38533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pylint-django = "^2.5.3" pylint-celery = "^0.3" pre-commit = "^3.3.1" factory-boy = "^3.2.1" -django-debug-toolbar = "^4.0.0" +django-debug-toolbar = "^4.1.0" django-extensions = "^3.2.1" django-coverage-plugin = "^3.0.0" pytest-django = "^4.5.2"