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.
2 parents 58a9049 + d8cdfdd commit fcd2962Copy full SHA for fcd2962
CHANGELOG
@@ -2,6 +2,10 @@
2
ChangeLog
3
*********
4
5
+19.0.2 (2019-06-21)
6
+===================
7
+- Fix: Update MFR dependencies on jinja and mistune python libraries.
8
+
9
19.0.1 (2019-06-20)
10
===================
11
- Fix: Update Dockerfile to install LibreOffice v6.1.6. v6.1.5 is no longer available from their
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '19.0.1'
+__version__ = '19.0.2'
requirements.txt
@@ -32,8 +32,8 @@ nbconvert==4.2.0
32
nbformat==4.1.0
33
traitlets==4.2.2
34
jsonschema==2.4.0
35
-jinja2==2.7.3
36
-mistune==0.7
+jinja2==2.10.1
+mistune==0.8.1
37
38
# Pdf
39
reportlab==3.4.0
0 commit comments