From dee687ffded9b8fc849d8f4ab38b97930ab521c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 00:10:50 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 5.3.1 to 5.4 in /docs/meta 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) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/meta/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/meta/requirements.txt b/docs/meta/requirements.txt index 2c42d75a06b..0d85a723f91 100644 --- a/docs/meta/requirements.txt +++ b/docs/meta/requirements.txt @@ -1,3 +1,3 @@ Jinja2==2.11.3 -PyYAML==5.3.1 +PyYAML==5.4 requests==2.23.0