Upgrade PyYAML to 5.3
This commit is contained in:
parent
9281d120dd
commit
5d83f9e797
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78
|
||||
Subproject commit 2f463cf5b0e98a52bc20e348d1e69761bf263b86
|
2
setup.py
2
setup.py
|
@ -73,7 +73,7 @@ setup(
|
|||
],
|
||||
|
||||
install_requires=[
|
||||
'PyYAML>=5.1.2,<6',
|
||||
'PyYAML>=5.3,<6',
|
||||
],
|
||||
|
||||
# To provide executable scripts, use entry points in preference to the
|
||||
|
|
Loading…
Reference in a new issue