From a47ca67178ab700c3b4f0112167f3e8e45401716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 21:19:30 +0000 Subject: [PATCH] Bump ipython from 5.8.0 to 8.10.0 in /hice/dockerfile Bumps [ipython](https://github.com/ipython/ipython) from 5.8.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.8.0...8.10.0) --- 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..c9ed29f 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==8.10.0 h5py>=2.2.0 leveldb>=0.191 networkx>=1.8.1