Skip to content

Commit b9c1d98

Browse files
committed
Update the configuration version for pyyaml
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent ef059ea commit b9c1d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/conf/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ click==6.7
1414
# used by schematics
1515
six
1616

17-
pyyaml==3.12
17+
PyYAML >= 3.0, < 4.0
1818

1919
# license expression support
2020
license_expression

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def read(*names, **kwargs):
7070
'jinja2 >= 2.9, < 3.0',
7171
'click >= 6.7, < 7.0',
7272
"backports.csv ; python_version<'3.6'",
73-
'pyyaml >= 3.11, < 3.13',
73+
'PyYAML >= 3.0, < 4.0',
7474
'boolean.py >= 3.5, < 4.0',
7575
'license_expression >= 0.94, < 1.0',
7676
],

0 commit comments

Comments
 (0)