From 9203cf08c14e5fd07c228212bd24893ad63c965d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:24:07 +0000 Subject: [PATCH] Update ipython requirement from ~=7.15.0 to ~=7.24.1 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.1) 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..5898fc19 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.1 psycopg2~=2.8.5 pylint-django~=2.0.15 pylint~=2.5.2