From f87eb7d0d455809a1c0e76de12e3d1b9c425f571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 13:02:16 -0700 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /.github/scripts/common (#555) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/scripts/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common/requirements.txt b/.github/scripts/common/requirements.txt index 1a08eae2c3..82049f76bb 100644 --- a/.github/scripts/common/requirements.txt +++ b/.github/scripts/common/requirements.txt @@ -7,7 +7,7 @@ GitPython==3.1.11 idna==2.10 PyGithub==1.54 PyJWT==1.7.1 -PyYAML==5.3.1 +PyYAML==5.4 requests==2.24.0 smmap==3.0.4 urllib3==1.25.11