diff --git a/api/poetry.lock b/api/poetry.lock index 3549f649e..3cfdf85dc 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1691,14 +1691,14 @@ files = [ [[package]] name = "ipdb" -version = "0.13.11" +version = "0.13.13" description = "IPython-enabled pdb" category = "dev" 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] @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "6d4d1dce735712005a94df63fdb7681a80daa34e8274d81735dd2d30dc8b1a40" +content-hash = "3852f8ee4db60e10fb3d0b3f6c525dabb55b193140e7c2c1a75aa8d49bdc3ad1" diff --git a/api/pyproject.toml b/api/pyproject.toml index f895e8d29..23193b93e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -103,7 +103,7 @@ django-debug-toolbar = "==3.8.1" factory-boy = "==3.2.1" faker = "==15.3.4" flake8 = "==3.9.2" -ipdb = "==0.13.11" +ipdb = "==0.13.13" prompt-toolkit = "==3.0.36" pytest = "==7.2.1" pytest-asyncio = "==0.20.3"