From d824def38773ae46f0381829d909e3071b47d9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:06:37 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 in /fbcli Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.1) Signed-off-by: dependabot[bot] --- fbcli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbcli/requirements.txt b/fbcli/requirements.txt index 8de7fe8..5eed910 100644 --- a/fbcli/requirements.txt +++ b/fbcli/requirements.txt @@ -1,7 +1,7 @@ ask==0.0.8 prompt-toolkit==2.0.7 Pygments==2.3.0 -PyYAML==3.13 +PyYAML==5.1 logbook==1.5.2 rainbow-logging-handler==2.2.2 paramiko==2.5.0