From 724bd5522cc9bb8422c20220c8132dffa2417292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 01:13:07 +0000 Subject: [PATCH] Bump ipython from 7.8.0 to 8.10.0 in /backend Bumps [ipython](https://github.com/ipython/ipython) from 7.8.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.8.0...8.10.0) --- 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..7c4561d 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==8.10.0 python-slugify==4.0.0