From e3151b88368c83307ae8578025214c14990677f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 21:31:13 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.3. - [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) 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..3dda93b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.14.0 -pyyaml==5.1.2 +pyyaml==5.3 tqdm>=4.35.0 mock==1.3.0 pytz>=2019.2 diff --git a/setup.py b/setup.py index eae339c..f7cb130 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', 'tqdm>=4.35.0', 'pytz>=2019.2', 'dateutils>=0.6.6',