From 5edb01804ca947046e9d2c838f24bf6d5b93f7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:50:11 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.3.1 to 5.4 in /src 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) Signed-off-by: dependabot[bot] --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 04035131c..4323a4f77 100644 --- a/src/setup.py +++ b/src/setup.py @@ -25,7 +25,7 @@ "paramiko==2.7.2", "pykwalify==1.7.0", "python-box==5.1.1", - "pyyaml==5.3.1", + "pyyaml==5.4", "spython==0.0.79", "kubernetes==11.0.0", ],