From 87a1cac8ef0549e130db6816a5cb35c02411a2e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 05:21:59 +0000 Subject: [PATCH] Bump ipython from 7.9.0 to 7.13.0 in /config/web Bumps [ipython](https://github.com/ipython/ipython) from 7.9.0 to 7.13.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.9.0...7.13.0) Signed-off-by: dependabot-preview[bot] --- config/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/web/requirements.txt b/config/web/requirements.txt index 41b7e74e..5df39e14 100644 --- a/config/web/requirements.txt +++ b/config/web/requirements.txt @@ -4,7 +4,7 @@ gunicorn==20.0.4 psycopg2==2.8.5 # ipython: -ipython==7.9.0 +ipython==7.13.0 # GraphQL: graphene-django==2.6.0