From 9ee99504f65b0a673245050dfd01ed5b8e9c6653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 06:54:23 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /src/install 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] --- src/install/requirements_common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/requirements_common.txt b/src/install/requirements_common.txt index 7f7292128..c796e57fd 100644 --- a/src/install/requirements_common.txt +++ b/src/install/requirements_common.txt @@ -23,7 +23,7 @@ git+https://github.com/fkie-cad/fact_helper_file.git # Python MongoDB bindings pymongo==3.12.3 -pyyaml==5.3.1 +pyyaml==5.4 # Common code modules git+https://github.com/fkie-cad/common_helper_files.git