From 5d83f9e797b1950199e127a8196803f5e33e0916 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 6 Jan 2020 20:11:22 -0500 Subject: [PATCH] Upgrade PyYAML to 5.3 --- lib/pyyaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pyyaml b/lib/pyyaml index 0f64cbf..2f463cf 160000 --- a/lib/pyyaml +++ b/lib/pyyaml @@ -1 +1 @@ -Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78 +Subproject commit 2f463cf5b0e98a52bc20e348d1e69761bf263b86 diff --git a/setup.py b/setup.py index 6fe1d14..e3b2198 100644 --- a/setup.py +++ b/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