Skip to content

Commit 2a676e1

Browse files
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](yaml/pyyaml@5.3...5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1797e5a commit 2a676e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackl/cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
py_modules=['stackl', 'commands', 'context'],
99
packages=find_packages(),
1010
install_requires=[
11-
f'stackl-client==0.3.4dev', 'pyYAML==5.3', 'Click==7.0',
11+
f'stackl-client==0.3.4dev', 'pyYAML==5.4', 'Click==7.0',
1212
'mergedeep==1.3.0', 'tabulate==0.8.6', 'glom==19.10.0'
1313
],
1414
entry_points='''

0 commit comments

Comments
 (0)