chore(api): update dependency ipdb to v0.13.13

This commit is contained in:
Renovate Bot 2023-03-12 22:07:05 +00:00
parent 036f245127
commit 1eaeddcda6
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -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"

View File

@ -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"