From 78cfc70d44572844d0c469d73b0a4b211cbf7317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:49:16 +0000 Subject: [PATCH] Bump pyyaml from 5.3b1 to 5.4 in /scripts Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3b1 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/commits/5.4) Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index a199139681..61963640f5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ pip -PyYAML==5.3b1 +PyYAML==5.4 autopep8==1.4.4 yamllint==1.19.0 mock==4.0.2