Skip to content

Commit

Permalink
Merge pull request #164 from cloudify-cosmo/RD-25-Bump-PyYAML
Browse files Browse the repository at this point in the history
bump pyyaml see how it goes
  • Loading branch information
EarthmanT authored Dec 7, 2020
2 parents 8398084 + 7694d90 commit 4ff42b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.0.9: Upgrade PyYAML.
3.0.8: Add resource group name to deployment and default to deployment name.
3.0.7: Handle Public IPs.
3.0.6: Handle regression in network profile.
Expand Down
2 changes: 2 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyyaml>=4.2b4
cloudify-common>=5.1.0
2 changes: 0 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
git+https://github.com/cloudify-cosmo/cloudify-common@master#egg=cloudify-common[dispatcher]==master

4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins:

azure:
executor: central_deployment_agent
source: https://github.com/cloudify-cosmo/cloudify-azure-plugin/archive/3.0.8.zip
source: https://github.com/cloudify-cosmo/cloudify-azure-plugin/archive/3.0.9.zip
package_name: cloudify-azure-plugin
package_version: '3.0.8'
package_version: '3.0.9'

data_types:
cloudify.datatypes.azure.Config:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_version(rel_file='plugin.yaml'):
'cloudify-common>=4.5',
'requests==2.20.0',
'urllib3==1.25.3',
'pyyaml==3.12',
'pyyaml>=4.2b1',
# stating from azure v5.0.0 we need to add azure modules like this
'azure-mgmt-web==0.46.0',
'azure-mgmt-compute==12.0.0',
Expand Down

0 comments on commit 4ff42b6

Please sign in to comment.