From 866deeb6ffcfea84f325fa752a6211f4f7832774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 05:53:06 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3c41c1..4bf0aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyaml==17.7.2 pycparser==2.17 pyparsing==2.2.0 python-dateutil==2.6.0 -PyYAML==3.12 +PyYAML==5.1 requests==2.13.0 s3transfer==0.1.10 schedule==0.4.2