Skip to content

Commit 03284ff

Browse files
authored
Merge pull request #34 from common-workflow-language/dependabot/pip/ruamel-yaml-gte-0.14.12-and-lt-0.16.7
Update ruamel-yaml requirement from <0.16.6,>=0.14.12 to >=0.14.12,<0.16.7
2 parents f1f0e84 + 179d619 commit 03284ff

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 @@
1-
ruamel.yaml >= 0.14.12, < 0.16.6
1+
ruamel.yaml >= 0.14.12, < 0.16.7
22
typing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
include_package_data=True,
2626
package_dir={"cwlupgrader.tests": "tests"},
2727
package_data={"cwlupgrader.tests": ["*.cwl"]},
28-
install_requires=["setuptools", "ruamel.yaml >= 0.14.12, < 0.16.6", "typing"],
28+
install_requires=["setuptools", "ruamel.yaml >= 0.14.12, < 0.16.7", "typing"],
2929
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
3030
classifiers=[
3131
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)