From 55560d4b46d6cb5eaece81c0e6630d652465e9c7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 5 Jan 2020 02:17:39 +0100 Subject: [PATCH] [deps] update --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e6fc20..e91920d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-twitter==3.5 mutagen==1.43.0 pyliblo==0.10.0 pycurl==7.43.0.2 -pyyaml==3.13 +pyyaml==5.1 mysqlclient==1.4.6 xmltodict==0.12.0 -e . diff --git a/setup.py b/setup.py index a77a123..be6a2c0 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( 'mutagen==1.43.0', 'pyliblo==0.10.0', 'pycurl==7.43.0.2', - 'pyyaml==3.13', + 'pyyaml==5.1', 'mysqlclient==1.4.6', 'xmltodict==0.12.0', ], -- 2.47.3