Merge pull request #80 from Alexander-D-Karpov/dependabot/pip/ipdb-0.13.13

Bump ipdb from 0.13.11 to 0.13.13
This commit is contained in:
Alexander Karpov 2023-03-11 12:03:40 +03:00 committed by GitHub
commit 90e8a377f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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 = "6a4e6c2a82dbce8f827dd979b523eeeaf2153284de5999e221de3393f2b6a967"
content-hash = "63896724bd4c19656a4a24dc8c9a204440ffa654c6462b348dd63fe1c09c4f03"

View File

@ -34,7 +34,7 @@ django-rest-auth = "^0.9.5"
django-cors-headers = "^3.13.0"
drf-spectacular = "^0.26.0"
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"}