From 3bd6e0296fc1603bba09b8ab70a2a19e36ef0168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 17:09:34 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 6bb586368..b8acb2dee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ packaging==16.8 pygments==2.2.0 pytest-runner>=3.0.0,<3.1.0 pytest>=3.2.0,<3.3.0 -PyYaml==3.13 +PyYaml==5.1 readme-renderer>=24.0 setuptools>=40.6.2 six==1.11.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 41219bef0..146ab9f09 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requirements = [ "boto3>=1.3,<2.0", "click==6.7", - "PyYaml==3.13", + "PyYaml==5.1", "Jinja2>=2.8,<3", "packaging==16.8", "colorama==0.3.7",