From 52dde0572f4bedbe696759cabdcdc651af3bfef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:27 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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/commits/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 6cc4642..45b3f18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ lazy-object-proxy==1.2.2 py==1.4.31 pylint==1.5.5 pytest==2.9.1 -PyYAML==4.2b1 +PyYAML==5.4 requests==2.20.0 six==1.10.0 wrapt==1.10.8 diff --git a/setup.py b/setup.py index 1ed282e..e932a9a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'py==1.4.31', 'pylint==1.5.5', 'pytest==2.9.1', - 'PyYAML==4.2b1', + 'PyYAML==5.4', 'requests==2.20.0', 'six==1.10.0', 'wrapt==1.10.8',