From 2890d1c61b166bec466b9e4bd0d724b4bb69a02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:18 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. - [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.4) 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..79cd013 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.4 requests==2.13.0 singledispatch==3.4.0.3 six==1.10.0 diff --git a/setup.py b/setup.py index 121d256..3478ee0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ dependencies = [ 'click==6.7', - 'PyYAML==3.12', + 'PyYAML==5.4', 'requests>=2.4.2', 'six==1.10.0', 'tornado==4.4.2',