Skip to content

Commit

Permalink
updated pinning to prevent breaking changes (kubernetes-sigs#4783)
Browse files Browse the repository at this point in the history
* updated ansible pinning to prevent more possibilities of breaking changes

* more exact pinning of ansible version

* more exact pinning of ansible version and also all the rest

* added testing requirements.txt pinning settings

* removed boto from testing requirements.txt
  • Loading branch information
marcstreeter authored and unbreakab1e committed Jun 5, 2019
1 parent 1f7bbc5 commit 507a622
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible>=2.7.8
jinja2>=2.9.6
netaddr
pbr>=1.6
hvac
jmespath
ruamel.yaml
ansible==2.7.8
jinja2==2.10.1
netaddr==0.7.19
pbr==5.2.0
hvac==0.8.2
jmespath==0.9.4
ruamel.yaml==0.15.96
11 changes: 5 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
-r ../requirements.txt
yamllint
yamllint==1.15.0
apache-libcloud==2.2.1
boto==2.9.0
tox
dopy
PyCrypto
tox==3.11.1
dopy==0.3.7
PyCrypto==2.6.1
ansible-lint==4.1.0
openshift
openshift==0.8.8

0 comments on commit 507a622

Please sign in to comment.