File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ commands:
220220 command : virtualenv env
221221 - run :
222222 name : install tox
223- command : pip install --user pygithub pyyaml==3.10
223+ command : pip install --user pygithub pyyaml>=5.3.1,<5.4
224224 - run :
225225 name : upgrade setuptools
226226 command : pip install --upgrade setuptools
Original file line number Diff line number Diff line change 1+ 3.2.20: Bump PyYaml to 5.3.1 and replace pycrypto 2.6.1 with pycryptodome 3.9.8
123.2.19: Fix issues with windows password decrypt
233.2.18: Fix issue in no networks.
343.2.17: Support no networks.
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = 'cloudify-openstack-plugin' ,
23- version = '3.2.19 ' ,
23+ version = '3.2.20 ' ,
2424 author = 'Cloudify' ,
2525 author_email = 'info@cloudify.co' ,
2626 license = 'LICENSE' ,
2929 install_requires = ['cloudify-common>=4.4' ,
3030 'openstacksdk==0.39.0' ,
3131 'IPy==0.81' ,
32- 'pycrypto==2.6.1 ' ],
32+ 'pycryptodome>=3.9.8,<3.10 ' ],
3333 test_requires = ['mock' , 'requests-mock' ])
Original file line number Diff line number Diff line change 1212git+https://github.com/cloudify-cosmo/cloudify-common@master#egg=cloudify-common[dispatcher]==master
1313git+https://github.com/cloudify-cosmo/cloudify-cli@master#egg=cloudify-cli==master
1414pytest==4.6.3
15- pyyaml==3.12
15+ pyyaml>=5.3.1,<5.4
You can’t perform that action at this time.
0 commit comments