Skip to content

Commit 1664a31

Browse files
Update ruamel-yaml requirement
Updates the requirements on [ruamel-yaml](https://bitbucket.org/ruamel/yaml) to permit the latest version. - [Commits](https://bitbucket.org/ruamel/yaml/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 03284ff commit 1664a31

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.7
1+
ruamel.yaml >= 0.14.12, < 0.16.8
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.7", "typing"],
28+
install_requires=["setuptools", "ruamel.yaml >= 0.14.12, < 0.16.8", "typing"],
2929
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
3030
classifiers=[
3131
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)