Skip to content

Commit 7da18a1

Browse files
authored
Revert "Merge pull request #59 from common-workflow-language/dependabot/pip/ruamel-yaml-gte-0.12.4-and-lt-0.16.14" (#61)
This reverts commit 8a4a007.
1 parent 8a4a007 commit 7da18a1

File tree

3 files changed

+2
-2
lines changed

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

setup.py

100644100755
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.12.4,<0.16.14",
21+
"ruamel.yaml<=0.16.5,>=0.12.4",
2222
"requests",
2323
"schema-salad >= 7, < 8",
2424
"typing_extensions",

typeshed/ruamel/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)