Skip to content

Commit fc79a55

Browse files
Update pyyaml version to 6.0.1 (#1494)
* Update pyyaml version to 6.0.1 * Fixing E231 missing whitespace after ','
1 parent 4047fb8 commit fc79a55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudify_cli/tests/commands/test_blueprints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def table_mock(fields, data, *args, **kwargs):
308308
self.assertEqual(input['description'], description)
309309

310310
with patch('cloudify_cli.env.get_rest_client',
311-
get_rest_client_mock),\
311+
get_rest_client_mock), \
312312
patch('cloudify_cli.table.generate', table_mock):
313313
self.invoke('cfy blueprints inputs {0}'.format(blueprint_id))
314314

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pynacl==1.5.0
9090
# via paramiko
9191
pytz==2022.2.1
9292
# via cloudify-common
93-
pyyaml==6.0
93+
pyyaml==6.0.1
9494
# via cloudify-common
9595
requests==2.30.0
9696
# via

0 commit comments

Comments
 (0)