From 5b97eb76303701c896151af18e4217f1a4804d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:56:47 +0000 Subject: [PATCH] Bump ipython from 5.4.1 to 7.16.3 in /Code Bumps [ipython](https://github.com/ipython/ipython) from 5.4.1 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.4.1...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/requirements.txt b/Code/requirements.txt index f2c5508..af7115d 100644 --- a/Code/requirements.txt +++ b/Code/requirements.txt @@ -4,5 +4,5 @@ numpy==1.14.0 matplotlib==2.0.2 wave==0.0.2 librosa==0.5.1 -IPython==5.4.1 +IPython==7.16.3 sklearn==0.19.0