Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 7123c2a

Browse files
authored
Merge pull request #19 from joezuntz/ruamel-update
Ruamel update
2 parents 39a8e51 + 8753d19 commit 7123c2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python-cwlgen dependencies
2020

2121
python-cwlgen is initially built with Python3 and uses the following libraries:
2222

23-
- ruamel.yaml (0.13.7)
23+
- ruamel.yaml (0.15.87)
2424
- six (1.10.0)
2525

2626
.. _installation:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author_email='[email protected]',
1010
license='MIT',
1111
keywords = ['cwl'],
12-
install_requires=['six', 'ruamel.yaml==0.13.13'],
12+
install_requires=['six', 'ruamel.yaml==0.15.87'],
1313
packages=["cwlgen"],
1414
classifiers=[
1515
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)