From 162a505ef1e2497e386b49b03d91203586de1178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 02:42:24 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.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/3.12...5.1) 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 377ecff..b308807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.20.0 -PyYAML==3.13 \ No newline at end of file +PyYAML==5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 2905ab2..d418eb3 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ # https://packaging.python.org/en/latest/requirements.html install_requires=[ 'requests==2.20.0', - 'PyYAML==3.13' + 'PyYAML==5.1' ], # List additional groups of dependencies here (e.g. development