diff --git a/poetry.lock b/poetry.lock index 5268d341..175ddb05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1065,13 +1065,13 @@ test = ["djangorestframework", "graphene-django", "pytest", "pytest-cov", "pytes [[package]] name = "django-debug-toolbar" -version = "4.4.6" +version = "5.0.1" description = "A configurable set of panels that display various debug information about the current request/response." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {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"}, + {file = "django_debug_toolbar-5.0.1-py3-none-any.whl", hash = "sha256:7456cc2e951db37dab335686db7803c4a0ecb6736d120705f6668db9548bf49f"}, + {file = "django_debug_toolbar-5.0.1.tar.gz", hash = "sha256:296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420"}, ] [package.dependencies] @@ -4428,4 +4428,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.13.2" -content-hash = "d447b924426b7d4686bf6c3fbe85cfa046d93774e4b87f652d9cb875b36fd776" +content-hash = "08141994d6349304a49bd815706b4cef7ebacd7eb1fcab30a1d2b601e16d3f4a" diff --git a/pyproject.toml b/pyproject.toml index 6ccfd767..5c5da4f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ mitol-django-google-sheets-refunds = "^2025.2.27" [tool.poetry.group.dev.dependencies] bpython = "^0.25" ddt = "^1.6.0" -django-debug-toolbar = "^4.1.0" +django-debug-toolbar = "^5.0.0" factory_boy = "^3.3.0" faker = "^21.0.0" ipdb = "^0.13.13"