From f3255259480ccabacd43a19091711bd1244592f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:54 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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/5.1...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 8b558f7..8eaf96e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ bs4==0.0.1 certifi==2017.7.27.1 chardet==3.0.4 idna==2.6 -PyYAML==5.1 +PyYAML==5.4 requests==2.20.0 urllib3==1.24.2 diff --git a/setup.py b/setup.py index f42cb24..0fbdddb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ 'bs4==0.0.1', - 'PyYAML==5.1', + 'PyYAML==5.4', 'requests==2.20.0', ],