From a12832d106ba499d6d89a96915ee8c59179c8bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:02:16 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /fbcli Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [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.4) 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..5c8ffb5 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.4 logbook==1.5.2 rainbow-logging-handler==2.2.2 paramiko==2.5.0