From d792e9131810e455df160b306b510fc0400e0c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:48:21 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /docs Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a5a16995..ff5518ee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -53,7 +53,7 @@ pyOpenSSL==17.5.0 pyparsing==2.2.0 python-dateutil==2.7.2 pytz==2017.3 -PyYAML==5.1 +PyYAML==5.4 reportlab==3.4.0 requests==2.21.0 ruamel.ordereddict==0.4.13