From 7119f0682c34008205d4e3f8891d61bb6e2a22f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 05:54:18 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4.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/5.1.2...5.4.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae3573b..5e4631b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.14.0 -pyyaml==5.1.2 +pyyaml==5.4.1 tqdm>=4.35.0 mock==1.3.0 pytz>=2019.2 diff --git a/setup.py b/setup.py index eae339c..9f8f207 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.1', 'tqdm>=4.35.0', 'pytz>=2019.2', 'dateutils>=0.6.6',