From 9ef502fbb26c77a66d51aadfc9e9ca61cfd35cda 2018-07-15 16:33:01 From: Branko Majic Date: 2018-07-15 16:33:01 Subject: [PATCH] MAR-129: Updated requirements for the project. --- diff --git a/requirements.txt b/requirements.txt index f2d5ab4b89ac9f7890c92d6c12a1eafa858bd2e8..c6c8bee6325be22f1fe293557c43896f2a7d60ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --output-file requirements.txt requirements.in # -alabaster==0.7.10 # via sphinx +alabaster==0.7.11 # via sphinx ansible-lint==3.4.21 # via molecule -ansible==2.5.4 +ansible==2.5.6 anyconfig==0.9.4 # via molecule arrow==0.12.1 # via jinja2-time asn1crypto==0.24.0 # via cryptography @@ -35,7 +35,7 @@ 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, requests +idna==2.7 # via cryptography, requests imagesize==1.0.0 # via sphinx ipaddress==1.0.22 # via cryptography jinja2-time==0.2.0 # via cookiecutter @@ -54,8 +54,8 @@ pip-tools==2.0.2 pluggy==0.6.0 # via pytest poyo==0.4.1 # via cookiecutter psutil==5.2.2 # via molecule -ptyprocess==0.5.2 # via pexpect -py==1.5.3 # via pytest +ptyprocess==0.6.0 # via pexpect +py==1.5.4 # via pytest pyasn1==0.4.3 # via paramiko pycodestyle==2.3.1 # via flake8 pycparser==2.18 # via cffi @@ -63,22 +63,22 @@ pyflakes==1.6.0 # via flake8 pygments==2.2.0 # via sphinx pynacl==1.2.1 # via paramiko pyparsing==2.2.0 # via packaging -pytest==3.6.0 # via testinfra +pytest==3.6.3 # via testinfra python-dateutil==2.7.3 # via arrow python-gilt==1.2.1 # via molecule python-vagrant==0.5.15 -pytz==2018.4 # via babel +pytz==2018.5 # via babel pyyaml==3.12 # via ansible, ansible-lint, molecule, python-gilt, yamllint -requests==2.18.4 # via cookiecutter, sphinx +requests==2.19.1 # via cookiecutter, sphinx sh==1.12.14 # via molecule, python-gilt six==1.11.0 # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, molecule, more-itertools, packaging, pip-tools, pynacl, pytest, python-dateutil, sphinx, testinfra snowballstemmer==1.2.1 # via sphinx sphinx==1.7.5 -sphinxcontrib-websupport==1.0.1 # via sphinx +sphinxcontrib-websupport==1.1.0 # via sphinx tabulate==0.8.2 # via molecule testinfra==1.12.0 # via molecule tree-format==0.1.2 # via molecule typing==3.6.4 # via sphinx -urllib3==1.22 # via requests +urllib3==1.23 # via requests whichcraft==0.4.1 # via cookiecutter yamllint==1.11.1 # via molecule