From cfdee3a58ab156122da29c6a1d1bff4ed379ea8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 09:13:16 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /images/docker 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] --- images/docker/docker-requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/docker/docker-requirements-common.txt b/images/docker/docker-requirements-common.txt index ca4edaf1..7f78ab5b 100644 --- a/images/docker/docker-requirements-common.txt +++ b/images/docker/docker-requirements-common.txt @@ -3,7 +3,7 @@ timelib boto six apache-libcloud -pyyaml==3.12 +pyyaml==5.4 unittest2 ordereddict==1.0 python-dateutil==2.6.1