From 81d8d0177d481366f1c2b25324385881537065ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 06:59:28 +0000 Subject: [PATCH] Update ipython requirement from ~=7.15.0 to ~=7.18.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.18.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..345e24d4 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.18.1 psycopg2~=2.8.5 pylint-django~=2.0.15 pylint~=2.5.2