Skip to content

Commit

Permalink
Update pyyaml version to 6.0.1 (#1494)
Browse files Browse the repository at this point in the history
* Update pyyaml version to 6.0.1

* Fixing E231 missing whitespace after ','
  • Loading branch information
bartoszkosciug authored Aug 16, 2023
1 parent 4047fb8 commit fc79a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudify_cli/tests/commands/test_blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def table_mock(fields, data, *args, **kwargs):
self.assertEqual(input['description'], description)

with patch('cloudify_cli.env.get_rest_client',
get_rest_client_mock),\
get_rest_client_mock), \
patch('cloudify_cli.table.generate', table_mock):
self.invoke('cfy blueprints inputs {0}'.format(blueprint_id))

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pynacl==1.5.0
# via paramiko
pytz==2022.2.1
# via cloudify-common
pyyaml==6.0
pyyaml==6.0.1
# via cloudify-common
requests==2.30.0
# via
Expand Down

0 comments on commit fc79a55

Please sign in to comment.