From f744ee0aa5d0d78bae420176466a4e46153db208 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 10:30:01 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.2 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.2. - [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.2) 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..f2ee291 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.2 six==1.10.0