From 8878942483a0f4c0c99e775b672ff813161cbb61 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Fri, 21 Jan 2022 17:17:59 -0800 Subject: [PATCH] Pin ipython<7.17.0 to patch vulnerability --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c972066a..aa0bf361 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ jupyter-contrib-nbextensions widgetsnbextension gremlinpython>=3.5.1 requests==2.24.0 -ipython>=7.16.1 +ipython>=7.16.1,<7.17.0 ipykernel==5.3.4 neo4j==4.2.1 rdflib~=5.0.0 diff --git a/setup.py b/setup.py index 08048f12..8e909215 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ def get_version(): 'requests-aws4auth==1.0.1', 'botocore>=1.19.37', 'boto3>=1.17.58', - 'ipython>=7.16.1,<=7.19.0', + 'ipython>=7.16.1,<7.17.0', 'neo4j==4.3.2', 'rdflib==5.0.0', 'ipykernel==5.3.4',