From 80a37feed13ea83fdb56e230de0e700ff6d812af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:58:28 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.2...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 ae3573b..d83c74b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.14.0 -pyyaml==5.1.2 +pyyaml==5.4 tqdm>=4.35.0 mock==1.3.0 pytz>=2019.2 diff --git a/setup.py b/setup.py index eae339c..7072cb8 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def find_version(): install_requires=[ 'aiohttp>=3.6.2', 'requests>=2.14.0', - 'pyyaml==5.1.2', + 'pyyaml==5.4', 'tqdm>=4.35.0', 'pytz>=2019.2', 'dateutils>=0.6.6',