From 3fedd194e4ec3fa260bf42e4ac3461e5cd881f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 01:18:26 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.2 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e91920d..b271056 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==5.1 +pyyaml==5.2 mysqlclient==1.4.6 xmltodict==0.12.0 -e . diff --git a/setup.py b/setup.py index be6a2c0..ba34fd4 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==5.1', + 'pyyaml==5.2', 'mysqlclient==1.4.6', 'xmltodict==0.12.0', ], -- 2.47.3