diff --git a/api/poetry.lock b/api/poetry.lock index 70644476b..5926a54ce 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1029,7 +1029,7 @@ toml = {version = ">=0.10.2", markers = "python_version > \"3.6\""} [[package]] name = "ipython" -version = "7.32.0" +version = "7.34.0" description = "IPython: Productive Interactive Computing" category = "main" optional = false @@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "dc30da9725e72644e0177418246c203c2308ff462f8c6c18757d676134be1cf9" +content-hash = "aef02a685c4265673359de47e9f8008c57786fd368ebf7cc4b52a7e401fad50c" [metadata.files] aiohttp = [ @@ -2774,8 +2774,8 @@ ipdb = [ {file = "ipdb-0.13.9.tar.gz", hash = "sha256:951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5"}, ] ipython = [ - {file = "ipython-7.32.0-py3-none-any.whl", hash = "sha256:86df2cf291c6c70b5be6a7b608650420e89180c8ec74f376a34e2dc15c3400e7"}, - {file = "ipython-7.32.0.tar.gz", hash = "sha256:468abefc45c15419e3c8e8c0a6a5c115b2127bafa34d7c641b1d443658793909"}, + {file = "ipython-7.34.0-py3-none-any.whl", hash = "sha256:c175d2440a1caff76116eb719d40538fbb316e214eda85c5515c303aacbfb23e"}, + {file = "ipython-7.34.0.tar.gz", hash = "sha256:af3bdb46aa292bce5615b1b2ebc76c2080c5f77f54bda2ec72461317273e7cd6"}, ] jedi = [ {file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 139de26d7..0b9c706f0 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -51,7 +51,7 @@ bleach = "==4.1.0" feedparser = "==6.0.10" watchdog = "==2.1.9" asgiref = "==3.5.2" #1516 -ipython = "==7.32.0" +ipython = "==7.34.0" python-ldap = { git = "https://github.com/python-ldap/python-ldap.git" } django-auth-ldap = "==4.1.0" uvicorn = {version = "==0.17.6", extras = ["standard"]}