From a1e59cbbd782afea34f84c13bf24c3c2426bbf63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:27:35 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1) 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 c2e797b..9ea6ac6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ backports-abc==0.5 backports.ssl-match-hostname==3.4.0.2 click==6.7 -PyYAML==3.12 +PyYAML==5.1 requests==2.13.0 singledispatch==3.4.0.3 six==1.10.0 diff --git a/setup.py b/setup.py index 121d256..4fd720b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ dependencies = [ 'click==6.7', - 'PyYAML==3.12', + 'PyYAML==5.1', 'requests>=2.4.2', 'six==1.10.0', 'tornado==4.4.2',