We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9eef5d commit f297ce6Copy full SHA for f297ce6
docs/source/changelog.rst
@@ -21,6 +21,14 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
21
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
22
``pip --version``.
23
24
+.. _release-5.7.9:
25
+
26
+5.7.9
27
+------
28
29
+- Update JQuery dependency to version 3.4.1 to fix security vulnerability (CVE-2019-11358)
30
+- Update from preact to React
31
32
.. _release-5.7.8:
33
34
5.7.8
setup.py
@@ -88,7 +88,7 @@
88
'jupyter_core>=4.4.0',
89
'jupyter_client>=5.2.0',
90
'nbformat',
91
- 'nbconvert',
+ 'nbconvert<6.0',
92
'ipykernel', # bless IPython kernel for now
93
'Send2Trash',
94
'terminado>=0.8.1',
0 commit comments