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 0f64cbfa..2f463cf5 160000 --- a/lib/pyyaml +++ b/lib/pyyaml @@ -1 +1 @@ -Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78 +Subproject commit 2f463cf5b0e98a52bc20e348d1e69761bf263b86 diff --git a/setup.py b/setup.py index 6fe1d142..e3b21982 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def find_version(*file_paths): ], install_requires=[ - 'PyYAML>=5.1.2,<6', + 'PyYAML>=5.3,<6', ], # To provide executable scripts, use entry points in preference to the