Bump PyYAML version to 5.1.2

pull/156/head
Anish Athalye 4 years ago
parent 8667b75a73
commit 2c8a0431ed
  1. 2
      lib/pyyaml
  2. 2
      setup.py

@ -1 +1 @@
Subproject commit 7e026bfee9cc0bddeb1bbca0c4a0bcd826c2bfdf
Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78

@ -73,7 +73,7 @@ setup(
],
install_requires=[
'PyYAML>=3.12,<4',
'PyYAML>=5.1.2,<6',
],
# To provide executable scripts, use entry points in preference to the

Loading…
Cancel
Save