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

Commit 638cf22

Browse files
authored
Merge pull request #30 from common-workflow-language/dependabot/pip/ruamel-yaml-gte-0.12.4-and-lt-0.16.6
Update ruamel-yaml requirement from <=0.15.77,>=0.12.4 to >=0.12.4,<0.16.6
2 parents 264c514 + 3c6e7fd commit 638cf22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
six
2-
ruamel.yaml>=0.12.4,<=0.15.77
2+
ruamel.yaml>=0.12.4,<0.16.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description_content_type="text/markdown",
1313
license="MIT",
1414
keywords=["cwl"],
15-
install_requires=["ruamel.yaml >= 0.12.4, <= 0.15.87"],
15+
install_requires=["ruamel.yaml >= 0.12.4, < 0.16.6"],
1616
packages=["cwlgen"],
1717
classifiers=[
1818
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)