From 69e0348e18bac71de877eab1c44422dab7e4ba3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 06:08:49 +0000 Subject: [PATCH] Bump pyyaml from 5.1.1 to 5.4 in /dashboard Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.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.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 805160e..303b5c1 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -18,7 +18,7 @@ Jinja2==2.10.1 paramiko==2.6.0 pip==19.2.1 pymongo==3.8.0 -PyYAML==5.1.1 +PyYAML==5.4 requests==2.22.0 setuptools==41.0.1 six==1.12.0