diff --git a/requirements.txt b/requirements.txt index edf9fab6e112f4b2a2b4925514fe16ed460a875a..7307bf085e5268ba2fb8e270f0742fd9de042c36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -ansible-lint==3.4.17 # via molecule +ansible-lint==3.4.19 # via molecule ansible==2.3.3.0 anyconfig==0.9.1 # via molecule arrow==0.12.1 # via jinja2-time @@ -13,6 +13,7 @@ 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 cffi==1.11.5 # via bcrypt, cryptography, pynacl chardet==3.0.4 # via binaryornot click-completion==0.2.1 # via molecule @@ -32,11 +33,10 @@ git-url-parse==1.1.0 # via python-gilt idna==2.6 # via cryptography ipaddress==1.0.22 # via cryptography jinja2-time==0.2.0 # via cookiecutter -jinja2==2.9.6 # via ansible, click-completion, cookiecutter, jinja2-time, molecule +jinja2==2.10 # via ansible, click-completion, cookiecutter, jinja2-time, molecule markupsafe==1.0 # via jinja2 -marshmallow==2.13.5 # via molecule mccabe==0.6.1 # via flake8 -molecule==2.4.0 +molecule==2.12.1 monotonic==1.5 # via fasteners more-itertools==4.1.0 # via pytest paramiko==2.4.1 @@ -64,6 +64,6 @@ 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 -tree-format==0.1.1 # via molecule +tree-format==0.1.2 # via molecule whichcraft==0.4.1 # via cookiecutter -yamllint==1.8.1 # via molecule +yamllint==1.11.0 # via molecule