From c5a8d25a4d925851958e477f562b77f013e650d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 00:25:35 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...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 5d6de42..7806af1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2==2.7.3 MarkupSafe==0.23 paramiko==1.14.1 Pygments==1.6 -PyYAML==3.11 +PyYAML==5.1 Sphinx==1.2.3 SQLAlchemy==0.9.7 py==1.4.24 diff --git a/setup.py b/setup.py index eff1ecb..b8cd6e0 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def run_tests(self): 'MarkupSafe==0.23', 'paramiko==1.14.1', 'Pygments==1.6', - 'PyYAML==3.11', + 'PyYAML==5.1', 'Sphinx==1.2.3', 'SQLAlchemy==0.9.7', 'py==1.4.24',