From 5a38d852e9bbc53a0138c88d4dcd02e0bbbb929f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:24:38 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 in /tools/k8s/alchemist Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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/commits/5.4) Signed-off-by: dependabot[bot] --- tools/k8s/alchemist/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/k8s/alchemist/setup.py b/tools/k8s/alchemist/setup.py index afb18a4..12c1179 100644 --- a/tools/k8s/alchemist/setup.py +++ b/tools/k8s/alchemist/setup.py @@ -21,7 +21,7 @@ 'console_scripts': ['abracadabra=alchemist.app:run'] }, install_requires=[ - 'PyYaml==4.2b1', + 'PyYaml==5.4', 'flask==1.0.2', ], extras_require={