From a8ba9b88934bc5c59937731b0fb13913d48513c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:49:09 +0000 Subject: [PATCH] Bump ipython from 5.3.0 to 7.16.3 in /src/code2graph Bumps [ipython](https://github.com/ipython/ipython) from 5.3.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.3.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/code2graph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code2graph/requirements.txt b/src/code2graph/requirements.txt index e47236ba9..9a9e39697 100644 --- a/src/code2graph/requirements.txt +++ b/src/code2graph/requirements.txt @@ -1,6 +1,6 @@ jupyter==1.0.0 jupyter-console==5.0.0 -ipython==5.3.0 +ipython==7.16.3 pyvis==0.1.6.0 astor==0.7.1 beautifulsoup4==4.7.1