From 61a2ef290e4b0386e74d6343b58996de31eee5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:20:46 +0000 Subject: [PATCH] Bump ipython from 7.17.0 to 7.31.1 Bumps [ipython](https://github.com/ipython/ipython) from 7.17.0 to 7.31.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.17.0...7.31.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b775d8..b33788f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ gunicorn==20.0.4 importlib-metadata==1.7.0; python_version < '3.8' ipykernel==5.3.4; python_version >= '3.5' ipython-genutils==0.2.0 -ipython==7.17.0; python_version >= '3.3' +ipython==7.31.1; python_version >= '3.3' ipywidgets==7.5.1 itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' jedi==0.17.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'