From cc19bbf7039ed9057bd2348e06d5c45ff5ce85d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:02:39 +0000 Subject: [PATCH] Bump ipython from 7.8.0 to 7.16.3 in /backend Bumps [ipython](https://github.com/ipython/ipython) from 7.8.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.8.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 843a2d8..74e56bf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,5 +4,5 @@ flask-socketio==4.2.1 uwsgi==2.0.18 elasticsearch==7.0.4 pydash==4.7.5 -ipython==7.8.0 +ipython==7.16.3 python-slugify==4.0.0