aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-25 20:43:57 -0700
committerGitHub <noreply@github.com>2021-03-25 20:43:57 -0700
commit2ee9dae19f58c6c58ed4f9d15358aa6502403d72 (patch)
tree01bd661c0fde5032383f717a4675bb2372df02d3
parent24c7cf17973f562e02ed312c4aae178f3cabe7d3 (diff)
downloadoss-fuzz-2ee9dae19f58c6c58ed4f9d15358aa6502403d72.tar.gz
Bump pyyaml from 5.3.1 to 5.4 in /infra/ci (#5511)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--infra/ci/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt
index 48d2ae758..f0a8be0b5 100644
--- a/infra/ci/requirements.txt
+++ b/infra/ci/requirements.txt
@@ -4,5 +4,5 @@ pyfakefs==4.1.0
pylint==2.5.3
pytest==6.2.1
pytest-xdist==2.2.0
-PyYAML==5.3.1
+PyYAML==5.4
yapf==0.30.0