From fc00f950d91a30263fcb2597bc440aeb9bc4b248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:40:06 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e089e03..b5cdeda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ pyaml==15.8.2 pyparsing==2.2.0 python-dateutil==2.5.3 python-lambda==0.5.0 -PyYAML==3.11 +PyYAML==5.1 s3transfer==0.1.10 six==1.10.0