From 3f528dac7568fcb089ca274bd83ce098f04ed9e0 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:44:37 +0100 Subject: [PATCH] build(deps): bump ipython to 8.10.0 Minor security fix: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#ipython-8-10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 965990e028..1328299533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "git-url-parse~=1.2.2", "gunicorn~=20.1.0", "html5lib~=1.1", - "ipython~=8.4.0", + "ipython~=8.10.0", "ldap3~=2.9", "markdown2~=2.4.0", "MarkupSafe>=2.1.0,<3",