Skip to content

Commit b1b620b

Browse files
dependabot-preview[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement
Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c3d6cdc commit b1b620b

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

0 commit comments

Comments
 (0)