Update dependency ipython to v7.31.1
This commit is contained in:
parent
c6ba22fbb9
commit
4290fda010
|
@ -996,7 +996,7 @@ toml = {version = ">=0.10.2", markers = "python_version > \"3.6\""}
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ipython"
|
name = "ipython"
|
||||||
version = "7.27.0"
|
version = "7.31.1"
|
||||||
description = "IPython: Productive Interactive Computing"
|
description = "IPython: Productive Interactive Computing"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2701,8 +2701,8 @@ ipdb = [
|
||||||
{file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"},
|
{file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"},
|
||||||
]
|
]
|
||||||
ipython = [
|
ipython = [
|
||||||
{file = "ipython-7.27.0-py3-none-any.whl", hash = "sha256:75b5e060a3417cf64f138e0bb78e58512742c57dc29db5a5058a2b1f0c10df02"},
|
{file = "ipython-7.31.1-py3-none-any.whl", hash = "sha256:55df3e0bd0f94e715abd968bedd89d4e8a7bce4bf498fb123fed4f5398fea874"},
|
||||||
{file = "ipython-7.27.0.tar.gz", hash = "sha256:58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13"},
|
{file = "ipython-7.31.1.tar.gz", hash = "sha256:b5548ec5329a4bcf054a5deed5099b0f9622eb9ea51aaa7104d215fece201d8c"},
|
||||||
]
|
]
|
||||||
jedi = [
|
jedi = [
|
||||||
{file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},
|
{file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},
|
||||||
|
|
|
@ -53,7 +53,7 @@ bleach = "==3.3.1"
|
||||||
feedparser = "==6.0.8"
|
feedparser = "==6.0.8"
|
||||||
watchdog = "==2.1.6"
|
watchdog = "==2.1.6"
|
||||||
asgiref = "==3.5.0" #1516
|
asgiref = "==3.5.0" #1516
|
||||||
ipython = "==7.27.0"
|
ipython = "==7.31.1"
|
||||||
python-ldap = "==3.4.0"
|
python-ldap = "==3.4.0"
|
||||||
django-auth-ldap = "==3.0.0"
|
django-auth-ldap = "==3.0.0"
|
||||||
uvicorn = {version = "==0.17.1", extras = ["standard"]}
|
uvicorn = {version = "==0.17.1", extras = ["standard"]}
|
||||||
|
|
Loading…
Reference in New Issue