summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-08 17:56:21 +0000
committerGitHub <noreply@github.com>2021-04-08 17:56:21 +0000
commit360af32e37b2d5b9fda43a1343cb3089620bd291 (patch)
tree6ac7292f56bc978b232215f9b74530a444e2ab23
parent595b05bce8c03a5f9532f3ab5657cfeef4efc11c (diff)
downloadfreertos-git-dependabot/pip/dot-github/scripts/common/pyyaml-5.4.tar.gz
Bump pyyaml from 5.3.1 to 5.4 in /.github/scripts/commondependabot/pip/dot-github/scripts/common/pyyaml-5.4
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] <support@github.com>
-rw-r--r--.github/scripts/common/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/common/requirements.txt b/.github/scripts/common/requirements.txt
index 1a08eae2c..82049f76b 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