Upgrade PyYAML to 5.3

pull/214/head
Anish Athalye 3 years ago
parent 9281d120dd
commit 5d83f9e797
  1. 2
      lib/pyyaml
  2. 2
      setup.py

@ -1 +1 @@
Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78
Subproject commit 2f463cf5b0e98a52bc20e348d1e69761bf263b86

@ -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…
Cancel
Save