From 3b16a011c2932ca2de2bed5d3352d5b4d628ba1a 2020-08-26 16:54:34 From: Branko Majic Date: 2020-08-26 16:54:34 Subject: [PATCH] MAR-150: Include Gimmecert in requirements and update the requirements. --- diff --git a/requirements.in b/requirements.in index 6dfaddb1d8bd614ac095756171aca31dd9030f69..cc03e1dc845b2ace0885daf0e2161ad030569bec 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,6 @@ ansible~=2.9.0 dnspython +gimmecert~=0.4.0 molecule~=2.22.0 paramiko pip diff --git a/requirements.txt b/requirements.txt index 1b753872e9d6da6daee57aae220dfe8f2cdc8d2d..153458d401531caf98437608bdb6bf51cf6faf7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,34 +9,36 @@ ansible-lint==4.2.0 # via molecule ansible==2.9.11 # via -r requirements.in, ansible-lint, molecule anyconfig==0.9.7 # via molecule appdirs==1.4.4 # via virtualenv -arrow==0.15.8 # via jinja2-time +arrow==0.16.0 # via jinja2-time aspy.yaml==1.3.0 # via pre-commit -attrs==19.3.0 # via pytest +attrs==20.1.0 # via pytest babel==2.8.0 # via sphinx bcrypt==3.1.7 # via paramiko binaryornot==0.4.4 # via cookiecutter cerberus==1.3.2 # via molecule certifi==2020.6.20 # via requests -cffi==1.14.0 # via bcrypt, cryptography, pynacl +cffi==1.14.2 # via bcrypt, cryptography, pynacl cfgv==2.0.1 # via pre-commit chardet==3.0.4 # via binaryornot, requests click-completion==0.5.2 # via molecule click==7.1.2 # via click-completion, cookiecutter, molecule, pip-tools, python-gilt colorama==0.4.3 # via molecule, python-gilt cookiecutter==1.7.2 # via molecule -cryptography==3.0 # via ansible, paramiko +cryptography==2.9.2 # via ansible, gimmecert, paramiko distlib==0.3.1 # via virtualenv dnspython==1.16.0 # via -r requirements.in docutils==0.16 # via sphinx fasteners==0.15 # via python-gilt filelock==3.0.12 # via virtualenv flake8==3.8.3 # via molecule +gimmecert==0.4.0 # via -r requirements.in git-url-parse==1.2.2 # via python-gilt -identify==1.4.25 # via pre-commit +identify==1.4.29 # via pre-commit idna==2.10 # via requests imagesize==1.2.0 # via sphinx importlib-metadata==1.7.0 # via flake8, pluggy, pre-commit, pytest, virtualenv importlib-resources==3.0.0 # via pre-commit, virtualenv +iniconfig==1.0.1 # via pytest jinja2-time==0.2.0 # via cookiecutter jinja2==2.11.2 # via ansible, click-completion, cookiecutter, jinja2-time, molecule, sphinx markupsafe==1.1.1 # via cookiecutter, jinja2 @@ -44,14 +46,14 @@ mccabe==0.6.1 # via flake8 molecule==2.22 # via -r requirements.in monotonic==1.5 # via fasteners more-itertools==8.4.0 # via pytest -nodeenv==1.4.0 # via pre-commit +nodeenv==1.5.0 # via pre-commit packaging==20.4 # via pytest, sphinx paramiko==2.7.1 # via -r requirements.in, molecule pathlib2==2.3.5 # via pytest pathspec==0.8.0 # via yamllint pbr==5.4.5 # via git-url-parse, python-gilt pexpect==4.8.0 # via molecule -pip-tools==5.2.1 # via -r requirements.in +pip-tools==5.3.1 # via -r requirements.in pluggy==0.13.1 # via pytest poyo==0.5.0 # via cookiecutter pre-commit==1.21.0 # via molecule @@ -66,8 +68,8 @@ pyflakes==2.2.0 # via flake8 pygments==2.6.1 # via sphinx pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging -pytest==5.4.3 # via testinfra -python-dateutil==2.8.1 # via arrow +pytest==6.0.1 # via testinfra +python-dateutil==2.8.1 # via arrow, gimmecert python-gilt==1.2.2 # via molecule python-ldap==3.3.1 # via -r requirements.in python-slugify==4.0.1 # via cookiecutter @@ -79,22 +81,22 @@ ruamel.yaml.clib==0.2.0 # via ruamel.yaml ruamel.yaml==0.16.10 # via ansible-lint sh==1.13.1 # via molecule, python-gilt shellingham==1.3.2 # via click-completion -six==1.15.0 # via ansible-lint, bcrypt, cfgv, click-completion, cookiecutter, cryptography, fasteners, molecule, packaging, pathlib2, pip-tools, pre-commit, pynacl, sphinx, testinfra, virtualenv +six==1.15.0 # via ansible-lint, bcrypt, cfgv, click-completion, cookiecutter, cryptography, fasteners, molecule, packaging, pathlib2, pip-tools, pre-commit, pynacl, python-dateutil, sphinx, testinfra, virtualenv snowballstemmer==2.0.0 # via sphinx sphinx-rtd-theme==0.4.3 # via -r requirements.in sphinx==1.7.9 # via -r requirements.in, sphinx-rtd-theme -sphinxcontrib-websupport==1.2.3 # via sphinx +sphinxcontrib-serializinghtml==1.1.4 # via sphinxcontrib-websupport +sphinxcontrib-websupport==1.2.4 # via sphinx tabulate==0.8.7 # via molecule testinfra==3.4.0 # via molecule text-unidecode==1.3 # via python-slugify -toml==0.10.1 # via pre-commit +toml==0.10.1 # via pre-commit, pytest tree-format==0.1.2 # via molecule urllib3==1.25.10 # via requests -virtualenv==20.0.28 # via pre-commit -wcwidth==0.2.5 # via pytest +virtualenv==20.0.31 # via pre-commit yamllint==1.24.2 # via molecule zipp==1.2.0 # via importlib-metadata, importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==20.1.1 # via -r requirements.in, pip-tools -setuptools==49.2.0 # via -r requirements.in, cerberus, sphinx +pip==20.2.2 # via -r requirements.in, pip-tools +setuptools==49.6.0 # via -r requirements.in, cerberus, sphinx