Skip to content

Commit b5b48d0

Browse files
authored
Pin ipython<7.17.0 to patch vulnerability (#250)
Co-authored-by: Michael Chin <chnmch@amazon.com>
1 parent 1dc71f8 commit b5b48d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jupyter-contrib-nbextensions
88
widgetsnbextension
99
gremlinpython>=3.5.1
1010
requests==2.24.0
11-
ipython>=7.16.1
11+
ipython>=7.16.1,<7.17.0
1212
ipykernel==5.3.4
1313
neo4j==4.2.1
1414
rdflib~=5.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_version():
7979
'requests-aws4auth==1.0.1',
8080
'botocore>=1.19.37',
8181
'boto3>=1.17.58',
82-
'ipython>=7.16.1,<=7.19.0',
82+
'ipython>=7.16.1,<7.17.0',
8383
'neo4j==4.3.2',
8484
'rdflib==5.0.0',
8585
'ipykernel==5.3.4',

0 commit comments

Comments
 (0)