From 230279643040093456c74f5bd7fe37a83b24daa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:48:06 +0000 Subject: [PATCH] Bump ipython in /django-rest-framework-fast/requirements Bumps [ipython](https://github.com/ipython/ipython) from 7.4.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.4.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-rest-framework-fast/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-rest-framework-fast/requirements/base.txt b/django-rest-framework-fast/requirements/base.txt index 737ab40..037a674 100644 --- a/django-rest-framework-fast/requirements/base.txt +++ b/django-rest-framework-fast/requirements/base.txt @@ -3,7 +3,7 @@ dj-database-url==0.5.0 Django==2.2 django-storages==1.7.1 djangorestframework==3.9.2 -ipython==7.4.0 +ipython==7.16.3 psycopg2==2.8.1 whitenoise==4.1.2 django-crispy-forms==1.7.2