From 2be0cf0faab1efe00719c0a8e7a4a53085a3f7c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:37:21 +0000 Subject: [PATCH] Update ipython requirement from ~=7.15.0 to ~=7.24.0 in /config Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...7.24.0) Signed-off-by: dependabot-preview[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 66591f64..32915144 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -2,7 +2,7 @@ black~=19.10b0 django-extensions~=2.2.9 Django~=2.2 gunicorn~=20.0.4 -ipython~=7.15.0 +ipython~=7.24.0 psycopg2~=2.8.5 pylint-django~=2.0.15 pylint~=2.5.2