From cec840a6da7f67e81a84af499f97cd595dc3f559 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 06:21:39 +0000 Subject: [PATCH] Update ipython requirement from ~=7.15.0 to ~=7.26.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.26.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..485d973d 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.26.0 psycopg2~=2.8.5 pylint-django~=2.0.15 pylint~=2.5.2