From d35befbb4b65680320420882146d8e2de8535c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:50:21 +0000 Subject: [PATCH] Bump ipython from 6.4.0 to 7.16.3 Bumps [ipython](https://github.com/ipython/ipython) from 6.4.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/6.4.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f15abc0..4e8714b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ heapdict==1.0.0 html5lib==1.0.1 idna==2.7 ipykernel==4.8.2 -ipython==6.4.0 +ipython==7.16.3 ipython-genutils==0.2.0 ipywidgets==7.2.1 isort==4.3.15 diff --git a/setup.py b/setup.py index 7305c7b..0051d63 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ 'distributed==1.22.0', 'entrypoints==0.2.3', 'ipykernel==4.8.2', -'ipython==6.4.0', +'ipython==7.16.3', 'ipython-genutils==0.2.0', 'ipywidgets==7.2.1', 'isort==4.3.15',