From 03d2b7524337818cc9f48d392cdb3347b45c7f4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 11:49:30 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.1.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.1.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/5.1...5.1.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b5f838..1b94aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ docutils==0.12 jmespath==0.9.0 pyaml==15.8.2 python-dateutil==2.5.3 -PyYAML==5.1 +PyYAML==5.1.1 six==1.10.0