Skip to content

Commit

Permalink
upgrade pyyaml and add requirements for removed dependencies __NODOCS__
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed Dec 8, 2020
1 parent 66e8609 commit d183e11
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.14.3:
- Update PyYAML Security vulnerability.
0.14.2:
- Constrain Urllib3 to 1.24.3.
0.14.1:
Expand Down
3 changes: 2 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pyyaml==3.12
pyyaml>=4.2b1
requests==2.23.0
cloudify-utilities-plugins-sdk>=0.0.30
mock>=1.0
urllib3==1.24.3
networkx==1.9.1
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
tf:
executor: central_deployment_agent
package_name: cloudify-terraform-plugin
package_version: '0.14.2'
package_version: '0.14.3'

dsl_definitions:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_version(rel_file='plugin.yaml'):
license='LICENSE',
install_requires=[
"cloudify-common>=4.5.5",
"pyyaml==3.12",
"pyyaml>=4.2b1",
"requests>=2.7.0,<3.0",
"cloudify-utilities-plugins-sdk>=0.0.31", # Shared Resource Downloader
],
Expand Down
4 changes: 1 addition & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ mock>=1.0
flake8

# For integration tests
git+https://github.com/cloudify-cosmo/cloudify-common@master#egg=cloudify-common[dispatcher]==master
git+https://github.com/cloudify-cosmo/cloudify-cli@master#egg=cloudify-cli==master
pytest==4.6.3
pyyaml==3.12
pyyaml>=4.2b1

0 comments on commit d183e11

Please sign in to comment.