Update dependency ipython to v7.32.0 (develop)

This commit is contained in:
RenovateBot 2022-03-15 14:55:56 +00:00 committed by Georg Krause
parent e607f8ebd6
commit 8d8753b614
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -1010,7 +1010,7 @@ toml = {version = ">=0.10.2", markers = "python_version > \"3.6\""}
[[package]]
name = "ipython"
version = "7.31.1"
version = "7.32.0"
description = "IPython: Productive Interactive Computing"
category = "main"
optional = false
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "e7134be78d92cbdeaecc93a36e2e28bb6d760b249f4e9b45f034955180dac429"
content-hash = "c1933cc93799d4eb0d9843037672d27e321cfec2f39b239c52d42993491cbc47"
[metadata.files]
aiohttp = [
@ -2739,8 +2739,8 @@ ipdb = [
{file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"},
]
ipython = [
{file = "ipython-7.31.1-py3-none-any.whl", hash = "sha256:55df3e0bd0f94e715abd968bedd89d4e8a7bce4bf498fb123fed4f5398fea874"},
{file = "ipython-7.31.1.tar.gz", hash = "sha256:b5548ec5329a4bcf054a5deed5099b0f9622eb9ea51aaa7104d215fece201d8c"},
{file = "ipython-7.32.0-py3-none-any.whl", hash = "sha256:86df2cf291c6c70b5be6a7b608650420e89180c8ec74f376a34e2dc15c3400e7"},
{file = "ipython-7.32.0.tar.gz", hash = "sha256:468abefc45c15419e3c8e8c0a6a5c115b2127bafa34d7c641b1d443658793909"},
]
jedi = [
{file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},

View File

@ -52,7 +52,7 @@ bleach = "==4.1.0"
feedparser = "==6.0.8"
watchdog = "==2.1.6"
asgiref = "==3.5.0" #1516
ipython = "==7.31.1"
ipython = "==7.32.0"
python-ldap = "==3.4.0"
django-auth-ldap = "==4.0.0"
uvicorn = {version = "==0.17.6", extras = ["standard"]}