Update dependency ipython to v7.31.1

This commit is contained in:
Renovate Bot 2022-02-01 17:12:01 +00:00 committed by JuniorJPDJ
parent c6ba22fbb9
commit 4290fda010
2 changed files with 4 additions and 4 deletions

6
api/poetry.lock generated
View File

@ -996,7 +996,7 @@ toml = {version = ">=0.10.2", markers = "python_version > \"3.6\""}
[[package]]
name = "ipython"
version = "7.27.0"
version = "7.31.1"
description = "IPython: Productive Interactive Computing"
category = "main"
optional = false
@ -2701,8 +2701,8 @@ ipdb = [
{file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"},
]
ipython = [
{file = "ipython-7.27.0-py3-none-any.whl", hash = "sha256:75b5e060a3417cf64f138e0bb78e58512742c57dc29db5a5058a2b1f0c10df02"},
{file = "ipython-7.27.0.tar.gz", hash = "sha256:58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13"},
{file = "ipython-7.31.1-py3-none-any.whl", hash = "sha256:55df3e0bd0f94e715abd968bedd89d4e8a7bce4bf498fb123fed4f5398fea874"},
{file = "ipython-7.31.1.tar.gz", hash = "sha256:b5548ec5329a4bcf054a5deed5099b0f9622eb9ea51aaa7104d215fece201d8c"},
]
jedi = [
{file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},

View File

@ -53,7 +53,7 @@ bleach = "==3.3.1"
feedparser = "==6.0.8"
watchdog = "==2.1.6"
asgiref = "==3.5.0" #1516
ipython = "==7.27.0"
ipython = "==7.31.1"
python-ldap = "==3.4.0"
django-auth-ldap = "==3.0.0"
uvicorn = {version = "==0.17.1", extras = ["standard"]}