From 82798baf21a2b27fd08387c39cc43617bf2618d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:33:13 +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 efb082d..37917bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyYAML==3.11 +PyYAML==5.1 diff --git a/setup.py b/setup.py index 991d18d..dd577cb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( packages=find_packages(), license="MIT", install_requires=[ - "PyYAML==3.11", + "PyYAML==5.1", ], classifiers=[ "Intended Audience :: Developers",