From 275bab9f793839627fe04126108cbca39d2c5860 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 06:24:40 +0000 Subject: [PATCH] Update ipython requirement from ~=7.15.0 to ~=7.25.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.25.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..32636b36 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.25.0 psycopg2~=2.8.5 pylint-django~=2.0.15 pylint~=2.5.2