8000 Update ruamel-yaml requirement · illusional/python-cwlgen@3c6e7fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c6e7fd

Browse files
Update ruamel-yaml requirement
Updates the requirements on [ruamel-yaml](https://bitbucket.org/ruamel/yaml) to permit the latest version. - [Changelog](https://bitbucket.org/ruamel/yaml/src/default/CHANGES) - [Commits](https://bitbucket.org/ruamel/yaml/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 264c514 commit 3c6e7fd

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)
0