Skip to content

Commit 49ba2c7

Browse files
committed
bump to 0.5.6.1 dependency security fix notebook >=6.4.7
1 parent 26f35f5 commit 49ba2c7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ Simply replace `$ pip install jupyter-instructortools` with
142142
`$ pip install -e ../jupyter-instructortools` in the _Production_ instructions.
143143

144144
### Change Log
145+
* 0.5.6.1 require notebook version >=6.4.7 for html styling and security
146+
fixes.
145147
* 0.5.6
146148
* Expanded highlight bar options to insert in markdown cells to:
147149
horizontal green start; horizontal brown stop; left vertical

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="jupyter-instructortools",
8-
version="0.5.6",
8+
version="0.5.6.1",
99
description="Useful tools for instructors creating Jupyter notebook templates.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
# 'python>=3.6',
2121
'jupyter>=1.0.0',
22-
'notebook==6.4.0',
22+
'notebook>=6.4.7',
2323
'jupyter-datainputtable>=0.7.5',
2424
'JPSLUtils',
2525
#'pandas>=0.22.0'

0 commit comments

Comments
 (0)