From 1109c9e2ec5e7e6fc80df2762f7c276ff628de19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 05:32:36 +0000 Subject: [PATCH] build(deps): bump ipython from 7.11.1 to 7.19.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.11.1 to 7.19.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.11.1...7.19.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 14bf948..f0ab2c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.8 ipdb==0.12.3 -ipython==7.11.1 +ipython==7.19.0 pytest==5.3.4 typing==3.7.4.1