From 48802ade30bdf7d9adbc45f90e27a0a8a0781c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:49:30 +0000 Subject: [PATCH] Bump ipython from 5.8.0 to 7.16.3 in /hice/dockerfile Bumps [ipython](https://github.com/ipython/ipython) from 5.8.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.8.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hice/dockerfile/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hice/dockerfile/requirements.txt b/hice/dockerfile/requirements.txt index ba27317..7b6c675 100644 --- a/hice/dockerfile/requirements.txt +++ b/hice/dockerfile/requirements.txt @@ -3,7 +3,7 @@ Cython>=0.19.2 numpy>=1.7.1 scipy>=0.13.2 matplotlib==2.0.0 -ipython==5.8.0 +ipython==7.16.3 h5py>=2.2.0 leveldb>=0.191 networkx>=1.8.1