From 1eaeddcda6a001924c00bc0a79bce59812ce447a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Mar 2023 22:07:05 +0000 Subject: [PATCH] chore(api): update dependency ipdb to v0.13.13 --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 1634a3f65..a905a6472 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1693,14 +1693,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] @@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e6af353b4287d5448a96c0acf0b97eb252b35f7f4899defbd8efa5d884590fa3" +content-hash = "0a1428ab763c89ddbc5e71a8d527d4f4f18f2d299482eab7c652353bb4e487fd" diff --git a/api/pyproject.toml b/api/pyproject.toml index cb80b4cc5..059abb06f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -102,7 +102,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"