From 12fe4aaebab3c98def041c8174091303eb1ed53b Mon Sep 17 00:00:00 2001 From: dbohdan Date: Thu, 4 Apr 2019 23:14:47 +0300 Subject: [PATCH] chore(PyYAML): require version 5.1 or later --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e69c82e..28fbb63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python-dateutil==2.7.5 pytoml==0.1.20 -PyYAML==3.13 +PyYAML==5.1 diff --git a/setup.py b/setup.py index 3ce2e8a..cb7598c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ install_requires=[ 'python-dateutil >= 2.5.0', 'pytoml >= 0.1.11', - 'PyYAML >= 3.12', + 'PyYAML >= 5.1', ], entry_points={ 'console_scripts': [