Skip to content

Commit

Permalink
Pin markupsafe<2.1.0 (aws#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Chin <[email protected]>
  • Loading branch information
michaelnchin and michaelnchin authored Feb 22, 2022
1 parent 1dd7ff8 commit fa64335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ traitlets~=4.3.3
setuptools~=40.6.2
nbconvert<6
jedi<0.18.0
markupsafe<2.1.0

# requirements for testing
botocore~=1.18.18
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def get_version():
'rdflib==5.0.0',
'ipykernel==5.3.4',
'nbconvert==5.6.1',
'jedi<0.18.0'
'jedi<0.18.0',
'markupsafe<2.1.0'
],
package_data={
'graph_notebook': ['graph_notebook/widgets/nbextensions/static/*.js',
Expand Down

0 comments on commit fa64335

Please sign in to comment.