diff --git a/poetry.lock b/poetry.lock index 15bfc08..09b4a66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1856,14 +1856,14 @@ files = [ [[package]] name = "ipdb" -version = "0.13.11" +version = "0.13.13" description = "IPython-enabled pdb" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "ipdb-0.13.11-py3-none-any.whl", hash = "sha256:f74c2f741c18b909eaf89f19fde973f745ac721744aa1465888ce45813b63a9c"}, - {file = "ipdb-0.13.11.tar.gz", hash = "sha256:c23b6736f01fd4586cc2ecbebdf79a5eb454796853e1cd8f2ed3b7b91d4a3e93"}, + {file = "ipdb-0.13.13-py3-none-any.whl", hash = "sha256:45529994741c4ab6d2388bfa5d7b725c2cf7fe9deffabdb8a6113aa5ed449ed4"}, + {file = "ipdb-0.13.13.tar.gz", hash = "sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726"}, ] [package.dependencies] @@ -3848,4 +3848,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aadb5b9d596cd3c85e3d2381461da361ebcf32276846a59a94346cf499123c28" +content-hash = "63896724bd4c19656a4a24dc8c9a204440ffa654c6462b348dd63fe1c09c4f03" diff --git a/pyproject.toml b/pyproject.toml index fe07088..0b133e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ django-rest-auth = "^0.9.5" django-cors-headers = "^3.13.0" drf-spectacular = "^0.25.1" werkzeug = {extras = ["watchdog"], version = "^2.2.2"} -ipdb = "^0.13.11" +ipdb = "^0.13.13" watchfiles = "^0.18.1" mypy = "^0.991" django-stubs = {extras = ["compatible-mypy"], version = "^1.14.0"}