From c79be70fdcb9501b64a7a9d17e8a21894129f19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:11:46 +0000 Subject: [PATCH] Bump ipython from 7.8.0 to 7.16.3 Bumps [ipython](https://github.com/ipython/ipython) from 7.8.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.8.0...7.16.3) --- 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 4b2089f..af97858 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ python_requires='>=3.6', install_requires=[ "ipywidgets == 7.5.1", - "ipython == 7.8.0", + "ipython == 7.16.3", "jupyter >= 1.0.0", "numpy >= 1.17.1", "numba >= 0.48.0",