From c0f78d4ddc84c42dc9edfb9790262948c3d2b3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:20:33 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /Scripts/auto_ssh_config_v2 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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...5.4) Signed-off-by: dependabot[bot] --- Scripts/auto_ssh_config_v2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/auto_ssh_config_v2/requirements.txt b/Scripts/auto_ssh_config_v2/requirements.txt index 1e9515a..adbc05d 100644 --- a/Scripts/auto_ssh_config_v2/requirements.txt +++ b/Scripts/auto_ssh_config_v2/requirements.txt @@ -16,7 +16,7 @@ pathspec==0.7.0 proselint==0.10.2 pycodestyle==2.5.0 pyflakes==2.1.1 -PyYAML==5.3 +PyYAML==5.4 six==1.13.0 termcolor2==0.0.3 trollius==2.2.post1