From a4085371b35dcd4ce727d8cfe6a97638543bb445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 05:34:23 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /libbeat/tests/system Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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/3.12...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libbeat/tests/system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 743fdf14c66..d0c6beab296 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -19,7 +19,7 @@ MarkupSafe==1.0 nose==1.3.7 nose-timer==0.7.1 pycodestyle==2.4.0 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.6 requests==2.18.4 six==1.11.0