From a494425a3e66eed362db4ab6e6d671075a91bc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:09:46 +0000 Subject: [PATCH] Bump ipython from 7.16.3 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.16.3...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e049f3f..f6f551a8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'django-guardian==2.4.0', 'django-stronghold==0.3.0', 'gunicorn==19.9.0', - 'ipython==7.16.3', + 'ipython==8.10.0', 'ontobio==2.8.3', 'yamldown>=0.1.8', 'psycopg2-binary==2.9.3',