From 59a731717e5c9f880e7bb60b9f59c8e663de1168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 18:57:32 +0000 Subject: [PATCH] Bump ipython from 5.1.0 to 7.16.3 in /server Bumps [ipython](https://github.com/ipython/ipython) from 5.1.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.1.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 27b1c93..931cbd0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,4 +2,4 @@ tensorflow==0.12.1 magenta==0.1.8 Flask==0.12 gunicorn==19.6.0 -ipython==5.1.0 \ No newline at end of file +ipython==7.16.3 \ No newline at end of file