Skip to content

Commit b27aec8

Browse files
committed
Use Notebook >= 5.7.6
Use latest notebook which has latest security fixes
1 parent b8e4e5a commit b27aec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jupyter_core>=4.4.0
22
jupyter_client>=5.2.0
3-
notebook>=5.3.0,<6.0
3+
notebook>=5.7.6,<6.0
44
traitlets>=4.2.0
55
tornado>=4.2.0
66
requests>=2.7,<3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
install_requires=[
5656
'jupyter_core>=4.4.0',
5757
'jupyter_client>=5.2.0',
58-
'notebook>=5.3.0,<6.0',
58+
'notebook>=5.7.6,<6.0',
5959
'traitlets>=4.2.0',
6060
'tornado>=4.2.0',
6161
'requests>=2.7,<3.0'

0 commit comments

Comments
 (0)