diff --git a/api/poetry.lock b/api/poetry.lock index c3a8b52da..e79500031 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 000013ef0..075098629 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"]}