diff --git a/poetry.lock b/poetry.lock index ee2e8bb..5b1cdae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -677,14 +677,14 @@ files = [ [[package]] name = "django" -version = "5.2.9" +version = "5.2.10" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "django-5.2.9-py3-none-any.whl", hash = "sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a"}, - {file = "django-5.2.9.tar.gz", hash = "sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"}, + {file = "django-5.2.10-py3-none-any.whl", hash = "sha256:cf85067a64250c95d5f9067b056c5eaa80591929f7e16fbcd997746e40d6c45c"}, + {file = "django-5.2.10.tar.gz", hash = "sha256:74df100784c288c50a2b5cad59631d71214f40f72051d5af3fdf220c20bdbbbe"}, ] [package.dependencies] @@ -735,14 +735,14 @@ django = ">=4.2" [[package]] name = "django-debug-toolbar" -version = "5.2.0" +version = "6.1.0" description = "A configurable set of panels that display various debug information about the current request/response." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "django_debug_toolbar-5.2.0-py3-none-any.whl", hash = "sha256:15627f4c2836a9099d795e271e38e8cf5204ccd79d5dbcd748f8a6c284dcd195"}, - {file = "django_debug_toolbar-5.2.0.tar.gz", hash = "sha256:9e7f0145e1a1b7d78fcc3b53798686170a5b472d9cf085d88121ff823e900821"}, + {file = "django_debug_toolbar-6.1.0-py3-none-any.whl", hash = "sha256:e214dea4494087e7cebdcea84223819c5eb97f9de3110a3665ad673f0ba98413"}, + {file = "django_debug_toolbar-6.1.0.tar.gz", hash = "sha256:e962ec350c9be8bdba918138e975a9cdb193f60ec396af2bb71b769e8e165519"}, ] [package.dependencies] @@ -2218,4 +2218,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "0b896b84f171115e89344e1f4eefec1e39f71fdcf49b89e744a0e499062e636a" +content-hash = "7055ea0be3ae9760e429e954cde7cedc828caab917073cb10d26f0fb712e3698" diff --git a/pyproject.toml b/pyproject.toml index c3f2f62..cff328f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ uvicorn = "^0.40.0" [tool.poetry.group.dev.dependencies] black = "^25.12.0" -django-debug-toolbar = "^5.2.0" +django-debug-toolbar = "^6.1.0" flake8 = "^7.2.0" pre-commit = "^4.5.1" pyflakes = "^3.3.2"