From 403f5d513af513cdeab4fbf89932dfd9c90b2e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:47:11 +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 41d35f0..c74751b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ greenlet==0.4.13 Mako==1.0.6 MarkupSafe==1.0 pathtools==0.1.2 -PyYAML==3.12 +PyYAML==5.1 watchdog==0.8.3 diff --git a/setup.py b/setup.py index 0d9a9fb..533a530 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'Mako==1.0.6', 'MarkupSafe==1.0', 'greenlet==0.4.13', - 'PyYAML==3.12', + 'PyYAML==5.1', 'argh==0.26.2', 'argparse==1.2.1', 'pathtools==0.1.2',