From 7ae1b04d01fbec3fe006255ddf299185a9121637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 19:00:03 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f4205b6..00a3483c 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ url="https://github.com/BD2KGenomics/toil-scripts", install_requires=[ 'toil-lib==1.2.0a1.dev126', - 'pyyaml==3.11'], + 'pyyaml==5.1'], tests_require=[ 'pytest==2.8.3'], package_dir={'': 'src'},