From a218869eaa70481b93532b70e4bc15932a435423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 01:02:22 +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 3d899e6..e8a8377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ lazy-object-proxy==1.3.1 mccabe==0.6.1 pycodestyle==2.3.1 pytz==2018.3 -PyYAML==3.12 +PyYAML==5.1 singledispatch==3.4.0.3 six==1.11.0 termcolor==1.1.0 diff --git a/setup.py b/setup.py index efc6282..a5d827d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "mccabe==0.6.1", "pycodestyle==2.3.1", "pytz==2018.3", - "PyYAML==3.12", + "PyYAML==5.1", "singledispatch==3.4.0.3", "six==1.11.0", "termcolor==1.1.0",