Closed github-actions[bot] closed 3 years ago
default branch (https://github.com/electrocucaracha/krd/tree/master)
:octocat: Repo | :memo: Issues | :department_store: Marketplace
/rebase
Base PullRequest
default branch (https://github.com/electrocucaracha/krd/tree/master)
Command results
Details:
add path
```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```./ci/update_versions.sh
pip install pip-tools
```Shell Collecting pip-tools Downloading pip_tools-6.3.1-py3-none-any.whl (47 kB) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=20.3 Downloading pip-21.3-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.11.0 pip-21.3 pip-tools-6.3.1 tomli-1.2.1 ```pip-compile test-requirements.in --output-file test-requirements.txt --upgrade
### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.6.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.11.6 # via ansible ansible-lint==5.2.0 # via -r test-requirements.in arrow==1.2.0 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.7 # via requests click==8.0.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==35.0.0 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.2 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.0 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.12.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.16 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.5 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.7 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```Changed files
Changed 2 files:
- playbooks/krd-vars.yml - test-requirements.txt:octocat: Repo | :memo: Issues | :department_store: Marketplace