From 5a87114bd9a5be978ba3f7917a8e4d554b8b7270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:52:27 +0000 Subject: [PATCH] Bump ipython from 5.3.0 to 7.16.3 in /backend Bumps [ipython](https://github.com/ipython/ipython) from 5.3.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.3.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 74ee9df..fcc1736 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ Django==2.2.8 django-debug-toolbar==2.0 psycopg2-binary>=2.8,<2.9 dj-database-url==0.4.1 -ipython==5.3.0 +ipython==7.16.3 ffmpeg-python==0.1.17 subliminal==2.1.0 gunicorn==19.9.0