From 454a0b3e70decedb564b1b8a325247f35ea0f586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:53:13 +0000 Subject: [PATCH] Bump pyyaml from 5.2 to 5.4 in /docker_test Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 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.2...5.4) Signed-off-by: dependabot[bot] --- docker_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_test/requirements.txt b/docker_test/requirements.txt index aefb20b..6159aea 100644 --- a/docker_test/requirements.txt +++ b/docker_test/requirements.txt @@ -1,3 +1,3 @@ selenium==3.141.0 urllib3==1.25.7 -pyyaml==5.2 \ No newline at end of file +pyyaml==5.4 \ No newline at end of file