From 41cacf4637aa78d51b2b5b1b38608ae5178b65cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:41:56 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /apps/ssh-manager Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 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/5.3.1...5.4) Signed-off-by: dependabot[bot] --- apps/ssh-manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ssh-manager/requirements.txt b/apps/ssh-manager/requirements.txt index e18bcec..4015c92 100644 --- a/apps/ssh-manager/requirements.txt +++ b/apps/ssh-manager/requirements.txt @@ -1,2 +1,2 @@ -PyYAML==5.3.1 +PyYAML==5.4 requests==2.23.0 \ No newline at end of file