diff --git a/requirements.in b/requirements.in index 160a50cad382759fa51327812704906e42342735..b9076d9d52a5b7c83ae1eeea085f5d0db9259042 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ -ansible~=2.3.0 +ansible~=2.5.0 dnspython -molecule~=2.12.0 +molecule~=2.14.0 paramiko pip-tools python-vagrant diff --git a/requirements.txt b/requirements.txt index 7307bf085e5268ba2fb8e270f0742fd9de042c36..581e912cc1edb02e43808ec0a04a069acb3f3392 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,41 +4,43 @@ # # pip-compile --output-file requirements.txt requirements.in # -ansible-lint==3.4.19 # via molecule -ansible==2.3.3.0 -anyconfig==0.9.1 # via molecule +ansible-lint==3.4.21 # via molecule +ansible==2.5.3 +anyconfig==0.9.4 # via molecule arrow==0.12.1 # via jinja2-time asn1crypto==0.24.0 # via cryptography +atomicwrites==1.1.5 # via pytest attrs==18.1.0 # via pytest backports.functools-lru-cache==1.5 # via arrow bcrypt==3.1.4 # via paramiko binaryornot==0.4.4 # via cookiecutter cerberus==1.1 # via molecule +certifi==2018.4.16 # via requests cffi==1.11.5 # via bcrypt, cryptography, pynacl -chardet==3.0.4 # via binaryornot -click-completion==0.2.1 # via molecule +chardet==3.0.4 # via binaryornot, requests +click-completion==0.3.1 # via molecule click==6.7 # via click-completion, cookiecutter, molecule, pip-tools, python-gilt -colorama==0.3.7 # via molecule, python-gilt +colorama==0.3.9 # via molecule, python-gilt configparser==3.5.0 # via flake8 -cookiecutter==1.5.1 # via molecule -cryptography==2.2.2 # via paramiko +cookiecutter==1.6.0 # via molecule +cryptography==2.2.2 # via ansible, paramiko dnspython==1.15.0 enum34==1.1.6 # via cryptography, flake8 fasteners==0.14.1 # via python-gilt first==2.0.1 # via pip-tools -flake8==3.3.0 # via molecule +flake8==3.5.0 # via molecule funcsigs==1.0.2 # via pytest future==0.16.0 # via cookiecutter git-url-parse==1.1.0 # via python-gilt -idna==2.6 # via cryptography +idna==2.6 # via cryptography, requests ipaddress==1.0.22 # via cryptography jinja2-time==0.2.0 # via cookiecutter jinja2==2.10 # via ansible, click-completion, cookiecutter, jinja2-time, molecule markupsafe==1.0 # via jinja2 mccabe==0.6.1 # via flake8 -molecule==2.12.1 +molecule==2.14.0 monotonic==1.5 # via fasteners -more-itertools==4.1.0 # via pytest +more-itertools==4.2.0 # via pytest paramiko==2.4.1 pathspec==0.5.6 # via yamllint pbr==3.0.1 # via git-url-parse, molecule, python-gilt @@ -49,21 +51,22 @@ poyo==0.4.1 # via cookiecutter psutil==5.2.2 # via molecule ptyprocess==0.5.2 # via pexpect py==1.5.3 # via pytest -pyasn1==0.4.2 # via paramiko +pyasn1==0.4.3 # via paramiko pycodestyle==2.3.1 # via flake8 pycparser==2.18 # via cffi -pycrypto==2.6.1 # via ansible -pyflakes==1.5.0 # via flake8 +pyflakes==1.6.0 # via flake8 pynacl==1.2.1 # via paramiko -pytest==3.5.1 # via testinfra +pytest==3.6.0 # via testinfra python-dateutil==2.7.3 # via arrow -python-gilt==1.1.0 # via molecule +python-gilt==1.2.1 # via molecule python-vagrant==0.5.15 pyyaml==3.12 # via ansible, ansible-lint, molecule, python-gilt, yamllint +requests==2.18.4 # via cookiecutter sh==1.12.14 # via molecule, python-gilt -six==1.11.0 # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, more-itertools, pip-tools, pynacl, pytest, python-dateutil, testinfra -tabulate==0.7.7 # via molecule -testinfra==1.7.1 # via molecule +six==1.11.0 # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, molecule, more-itertools, pip-tools, pynacl, pytest, python-dateutil, testinfra +tabulate==0.8.2 # via molecule +testinfra==1.12.0 # via molecule tree-format==0.1.2 # via molecule +urllib3==1.22 # via requests whichcraft==0.4.1 # via cookiecutter -yamllint==1.11.0 # via molecule +yamllint==1.11.1 # via molecule