From 938f6963c20f056743ef6e992fdc51778f601d4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 07:32:56 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.3.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.3.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.3.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..3c02aa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.14.0 -pyyaml==5.1.2 +pyyaml==5.3.1 tqdm>=4.35.0 mock==1.3.0 pytz>=2019.2 diff --git a/setup.py b/setup.py index eae339c..56eba84 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.3.1', 'tqdm>=4.35.0', 'pytz>=2019.2', 'dateutils>=0.6.6',