From 2a676e1e445c8b9ac54ef10b3916dba4798c839b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:45:31 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /stackl/cli Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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...5.4) Signed-off-by: dependabot[bot] --- stackl/cli/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackl/cli/setup.py b/stackl/cli/setup.py index c2913d0..541aa0e 100644 --- a/stackl/cli/setup.py +++ b/stackl/cli/setup.py @@ -8,7 +8,7 @@ py_modules=['stackl', 'commands', 'context'], packages=find_packages(), install_requires=[ - f'stackl-client==0.3.4dev', 'pyYAML==5.3', 'Click==7.0', + f'stackl-client==0.3.4dev', 'pyYAML==5.4', 'Click==7.0', 'mergedeep==1.3.0', 'tabulate==0.8.6', 'glom==19.10.0' ], entry_points='''