Skip to content

Commit 8a4a007

Browse files
Merge pull request #59 from common-workflow-language/dependabot/pip/ruamel-yaml-gte-0.12.4-and-lt-0.16.14
Update ruamel-yaml requirement from <=0.16.5,>=0.12.4 to >=0.12.4,<0.16.14
1 parent b837e28 commit 8a4a007

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,4 +1,4 @@
1-
ruamel.yaml<=0.16.5,>=0.12.4
1+
ruamel.yaml>=0.12.4,<0.16.14
22
requests
33
schema-salad >= 7, < 8
44
typing_extensions

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
include_package_data=True,
1919
python_requires=">=3.6",
2020
install_requires=[
21-
"ruamel.yaml<=0.16.5,>=0.12.4",
21+
"ruamel.yaml>=0.12.4,<0.16.14",
2222
"requests",
2323
"schema-salad >= 7, < 8",
2424
"typing_extensions",

0 commit comments

Comments
 (0)