From f8dc7723c5254b2b21383a6d443c6617e8ef1451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 19:19:51 +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 7ee21ae..023f0eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cliff==2.2.0 pandas==0.18.1 pyasn1==0.1.9 -PyYAML==3.12 +PyYAML==5.1 requests==2.11.1 rsa==3.2.3 tabulate==0.7.7