Skip to content

Commit 9b004c1

Browse files
dependabot[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[bot] <[email protected]>
1 parent dc637b6 commit 9b004c1

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

0 commit comments

Comments
 (0)