From e1b93ba81b24e3b55fa7e3138dd83b7877a326ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 15:32:37 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.4 to 6.0 in /infra/ci (#7439) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4 to 6.0. - [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.4...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- infra/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index aae9b71fc..0455f5f28 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -4,7 +4,7 @@ pyfakefs==4.5.6 pylint==2.5.3 pytest==6.2.1 pytest-xdist==2.5.0 -PyYAML==5.4 +PyYAML==6.0 yapf==0.32.0 # Needed for cifuzz tests. Jinja2==3.0.3