electrocucaracha / krd

Kubernetes Reference Deployment
Apache License 2.0
39 stars 10 forks source link

chore: update versions #102

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

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/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) 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) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.2 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.9.1 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.12.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 4 files: - galaxy-requirements.yml - playbooks/krd-vars.yml - test-requirements.txt - tests/resources/rook/cluster-test.yaml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.2 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.9.1 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.12.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - galaxy-requirements.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.2 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.9.1 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.12.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - playbooks/krd-vars.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 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 build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.2 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.9.1 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.12.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - playbooks/krd-vars.yml - tests/resources/rook/toolbox.yaml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.9.1 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.10.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) 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>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.10.2 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # 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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.0 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.12.1 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # 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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.13.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - galaxy-requirements.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.4.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.14.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via # ansible-lint # pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.11 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.2.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.14.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.14.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # 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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.0 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.14.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 3 files: - galaxy-requirements.yml - playbooks/krd-vars.yml - playbooks/roles/nfd/defaults/main.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.1 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.14.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - galaxy-requirements.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.1 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.14.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.9.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - playbooks/krd-vars.yml - playbooks/roles/pmem/defaults/main.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) 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>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.1 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.15.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.0 # via yamllint pkgutil-resolve-name==1.3.10 # via jsonschema pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pytest typing-extensions==4.3.0 # via rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 4 files: - README.md - ci/check.sh - playbooks/krd-vars.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /Users/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_distros.sh ```Shell Generating public/private rsa key pair. Your identification has been saved in /Users/runner/work/krd/krd/insecure_keys/key Your public key has been saved in /Users/runner/work/krd/krd/insecure_keys/key.pub The key fingerprint is: SHA256:Ff6Ox3tpgohBKUBpyvOFYCeT4llpjXwyDKSc71+WV1M runner@Mac-1661993398080.local The key's randomart image is: +---[RSA 3072]----+ |.+*.+ . | |+*=@ o . . | |*=O.= . o E | |.=....o . .. | | o..o S o. | | .. . . .+. | | . * o..+ . | | . + o ....+ | | . .+ | +----[SHA256]-----+ Free memory(kb): 5869156 Free memory(kb): 5828548 ==> box: Loading metadata for box 'generic/centos7' box: URL: https://vagrantcloud.com/generic/centos7 ==> box: Adding box 'generic/centos7' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos7/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 661/s, Estimated time remaining: --:--:--) Progress: 4% (Rate: 23.5M/s, Estimated time remaining: 0:00:26) Progress: 18% (Rate: 91.0M/s, Estimated time remaining: 0:00:09) Progress: 28% (Rate: 77.2M/s, Estimated time remaining: 0:00:08) Progress: 36% (Rate: 70.3M/s, Estimated time remaining: 0:00:07) Progress: 45% (Rate: 68.0M/s, Estimated time remaining: 0:00:06) Progress: 55% (Rate: 67.0M/s, Estimated time remaining: 0:00:05) Progress: 65% (Rate: 61.9M/s, Estimated time remaining: 0:00:03) Progress: 74% (Rate: 61.1M/s, Estimated time remaining: 0:00:02) Progress: 81% (Rate: 59.0M/s, Estimated time remaining: 0:00:02) Progress: 89% (Rate: 56.7M/s, Estimated time remaining: 0:00:01) Progress: 97% (Rate: 54.3M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos7' (v4.1.10) for 'virtualbox'! Free memory(kb): 4651160 Free memory(kb): 4397092 ==> box: Loading metadata for box 'generic/centos8' box: URL: https://vagrantcloud.com/generic/centos8 ==> box: Adding box 'generic/centos8' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos8/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 304/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 363/s, Estimated time remaining: --:--:--) Progress: 1% (Rate: 6056k/s, Estimated time remaining: 0:02:44) Progress: 5% (Rate: 38.8M/s, Estimated time remaining: 0:01:06) Progress: 10% (Rate: 41.7M/s, Estimated time remaining: 0:00:44) Progress: 12% (Rate: 36.4M/s, Estimated time remaining: 0:00:40) Progress: 17% (Rate: 39.3M/s, Estimated time remaining: 0:00:33) Progress: 23% (Rate: 41.3M/s, Estimated time remaining: 0:00:26) Progress: 26% (Rate: 40.0M/s, Estimated time remaining: 0:00:26) Progress: 30% (Rate: 39.7M/s, Estimated time remaining: 0:00:23) Progress: 34% (Rate: 42.3M/s, Estimated time remaining: 0:00:20) Progress: 36% (Rate: 36.0M/s, Estimated time remaining: 0:00:21) Progress: 40% (Rate: 34.8M/s, Estimated time remaining: 0:00:20) Progress: 45% (Rate: 37.5M/s, Estimated time remaining: 0:00:16) Progress: 50% (Rate: 38.7M/s, Estimated time remaining: 0:00:15) Progress: 55% (Rate: 41.2M/s, Estimated time remaining: 0:00:13) Progress: 59% (Rate: 45.0M/s, Estimated time remaining: 0:00:11) Progress: 64% (Rate: 46.5M/s, Estimated time remaining: 0:00:09) Progress: 69% (Rate: 46.9M/s, Estimated time remaining: 0:00:09) Progress: 74% (Rate: 47.3M/s, Estimated time remaining: 0:00:06) Progress: 79% (Rate: 47.3M/s, Estimated time remaining: 0:00:05) Progress: 85% (Rate: 51.1M/s, Estimated time remaining: 0:00:04) Progress: 89% (Rate: 50.1M/s, Estimated time remaining: 0:00:03) Progress: 96% (Rate: 53.3M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos8' (v4.1.10) for 'virtualbox'! Free memory(kb): 3089972 Free memory(kb): 3081008 ==> box: Loading metadata for box 'generic/ubuntu1604' box: URL: https://vagrantcloud.com/generic/ubuntu1604 ==> box: Adding box 'generic/ubuntu1604' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1604/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 642/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 574/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 271k/s, Estimated time remaining: 0:59:51) Progress: 5% (Rate: 52.5M/s, Estimated time remaining: 0:00:34) Progress: 8% (Rate: 38.7M/s, Estimated time remaining: 0:00:34) Progress: 10% (Rate: 34.2M/s, Estimated time remaining: 0:00:33) Progress: 15% (Rate: 36.2M/s, Estimated time remaining: 0:00:28) Progress: 18% (Rate: 36.1M/s, Estimated time remaining: 0:00:25) Progress: 23% (Rate: 33.9M/s, Estimated time remaining: 0:00:23) Progress: 28% (Rate: 38.6M/s, Estimated time remaining: 0:00:20) Progress: 34% (Rate: 44.3M/s, Estimated time remaining: 0:00:17) Progress: 35% (Rate: 39.2M/s, Estimated time remaining: 0:00:18) Progress: 39% (Rate: 39.6M/s, Estimated time remaining: 0:00:16) Progress: 44% (Rate: 40.1M/s, Estimated time remaining: 0:00:15) Progress: 48% (Rate: 38.1M/s, Estimated time remaining: 0:00:13) Progress: 52% (Rate: 34.8M/s, Estimated time remaining: 0:00:12) Progress: 57% (Rate: 40.3M/s, Estimated time remaining: 0:00:11) Progress: 62% (Rate: 43.9M/s, Estimated time remaining: 0:00:09) Progress: 68% (Rate: 46.7M/s, Estimated time remaining: 0:00:07) Progress: 73% (Rate: 47.4M/s, Estimated time remaining: 0:00:06) Progress: 79% (Rate: 50.5M/s, Estimated time remaining: 0:00:05) Progress: 83% (Rate: 50.3M/s, Estimated time remaining: 0:00:04) Progress: 88% (Rate: 49.4M/s, Estimated time remaining: 0:00:02) Progress: 93% (Rate: 45.8M/s, Estimated time remaining: 0:00:01) Progress: 97% (Rate: 44.9M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1604' (v4.1.10) for 'virtualbox'! Free memory(kb): 1690800 Removing box 'generic/ubuntu1804' (v4.1.0) with provider 'virtualbox'... Free memory(kb): 1750080 ==> box: Loading metadata for box 'generic/ubuntu1804' box: URL: https://vagrantcloud.com/generic/ubuntu1804 ==> box: Adding box 'generic/ubuntu1804' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1804/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1130/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1681/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 2% (Rate: 41.7M/s, Estimated time remaining: 0:00:56) Progress: 5% (Rate: 33.8M/s, Estimated time remaining: 0:00:52) Progress: 6% (Rate: 28.3M/s, Estimated time remaining: 0:00:56) Progress: 9% (Rate: 31.9M/s, Estimated time remaining: 0:00:46) Progress: 10% (Rate: 28.8M/s, Estimated time remaining: 0:00:48) Progress: 13% (Rate: 28.8M/s, Estimated time remaining: 0:00:42) Progress: 16% (Rate: 31.2M/s, Estimated time remaining: 0:00:39) Progress: 20% (Rate: 37.4M/s, Estimated time remaining: 0:00:35) Progress: 24% (Rate: 39.6M/s, Estimated time remaining: 0:00:31) Progress: 28% (Rate: 47.5M/s, Estimated time remaining: 0:00:27) Progress: 32% (Rate: 50.4M/s, Estimated time remaining: 0:00:25) Progress: 34% (Rate: 48.5M/s, Estimated time remaining: 0:00:24) Progress: 36% (Rate: 45.1M/s, Estimated time remaining: 0:00:24) Progress: 39% (Rate: 41.5M/s, Estimated time remaining: 0:00:23) Progress: 43% (Rate: 39.8M/s, Estimated time remaining: 0:00:21) Progress: 46% (Rate: 39.4M/s, Estimated time remaining: 0:00:19) Progress: 51% (Rate: 44.8M/s, Estimated time remaining: 0:00:17) Progress: 55% (Rate: 50.2M/s, Estimated time remaining: 0:00:15) Progress: 59% (Rate: 54.5M/s, Estimated time remaining: 0:00:13) Progress: 62% (Rate: 53.0M/s, Estimated time remaining: 0:00:12) Progress: 65% (Rate: 49.0M/s, Estimated time remaining: 0:00:12) Progress: 67% (Rate: 43.9M/s, Estimated time remaining: 0:00:11) Progress: 70% (Rate: 40.0M/s, Estimated time remaining: 0:00:10) Progress: 72% (Rate: 34.6M/s, Estimated time remaining: 0:00:10) Progress: 73% (Rate: 28.5M/s, Estimated time remaining: 0:00:10) Progress: 76% (Rate: 30.3M/s, Estimated time remaining: 0:00:08) Progress: 78% (Rate: 30.5M/s, Estimated time remaining: 0:00:08) Progress: 82% (Rate: 32.7M/s, Estimated time remaining: 0:00:06) Progress: 85% (Rate: 34.1M/s, Estimated time remaining: 0:00:05) Progress: 87% (Rate: 37.5M/s, Estimated time remaining: 0:00:05) Progress: 89% (Rate: 36.5M/s, Estimated time remaining: 0:00:04) Progress: 93% (Rate: 38.5M/s, Estimated time remaining: 0:00:03) Progress: 97% (Rate: 39.1M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1804' (v4.1.10) for 'virtualbox'! Free memory(kb): 193080 Removing box 'generic/ubuntu2004' (v4.1.0) with provider 'virtualbox'... Free memory(kb): 1127324 ==> box: Loading metadata for box 'generic/ubuntu2004' box: URL: https://vagrantcloud.com/generic/ubuntu2004 ==> box: Adding box 'generic/ubuntu2004' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu2004/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 976/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 23076/s, Estimated time remaining: --:--:--) Progress: 1% (Rate: 20.6M/s, Estimated time remaining: 0:01:16) Progress: 5% (Rate: 59.1M/s, Estimated time remaining: 0:00:41) Progress: 8% (Rate: 50.5M/s, Estimated time remaining: 0:00:38) Progress: 9% (Rate: 43.4M/s, Estimated time remaining: 0:00:40) Progress: 12% (Rate: 43.7M/s, Estimated time remaining: 0:00:37) Progress: 16% (Rate: 47.2M/s, Estimated time remaining: 0:00:32) Progress: 19% (Rate: 45.0M/s, Estimated time remaining: 0:00:30) Progress: 21% (Rate: 43.7M/s, Estimated time remaining: 0:00:30) Progress: 24% (Rate: 48.4M/s, Estimated time remaining: 0:00:28) Progress: 27% (Rate: 47.0M/s, Estimated time remaining: 0:00:28) Progress: 29% (Rate: 41.7M/s, Estimated time remaining: 0:00:27) Progress: 31% (Rate: 38.7M/s, Estimated time remaining: 0:00:27) Progress: 34% (Rate: 43.1M/s, Estimated time remaining: 0:00:25) Progress: 37% (Rate: 41.3M/s, Estimated time remaining: 0:00:24) Progress: 40% (Rate: 43.3M/s, Estimated time remaining: 0:00:22) Progress: 43% (Rate: 45.7M/s, Estimated time remaining: 0:00:21) Progress: 46% (Rate: 49.3M/s, Estimated time remaining: 0:00:20) Progress: 49% (Rate: 48.0M/s, Estimated time remaining: 0:00:18) Progress: 52% (Rate: 47.4M/s, Estimated time remaining: 0:00:17) Progress: 54% (Rate: 45.3M/s, Estimated time remaining: 0:00:17) Progress: 57% (Rate: 46.5M/s, Estimated time remaining: 0:00:15) Progress: 61% (Rate: 47.3M/s, Estimated time remaining: 0:00:14) Progress: 63% (Rate: 44.9M/s, Estimated time remaining: 0:00:13) Progress: 66% (Rate: 45.9M/s, Estimated time remaining: 0:00:12) Progress: 69% (Rate: 49.3M/s, Estimated time remaining: 0:00:11) Progress: 73% (Rate: 50.3M/s, Estimated time remaining: 0:00:09) Progress: 77% (Rate: 51.3M/s, Estimated time remaining: 0:00:08) Progress: 79% (Rate: 52.2M/s, Estimated time remaining: 0:00:07) Progress: 82% (Rate: 52.1M/s, Estimated time remaining: 0:00:06) Progress: 84% (Rate: 46.5M/s, Estimated time remaining: 0:00:05) Progress: 86% (Rate: 42.5M/s, Estimated time remaining: 0:00:05) Progress: 89% (Rate: 38.5M/s, Estimated time remaining: 0:00:04) Progress: 92% (Rate: 38.9M/s, Estimated time remaining: 0:00:03) Progress: 94% (Rate: 39.2M/s, Estimated time remaining: 0:00:02) Progress: 96% (Rate: 40.1M/s, Estimated time remaining: 0:00:01) Progress: 99% (Rate: 42.0M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu2004' (v4.1.10) for 'virtualbox'! Free memory(kb): 1669472 Free memory(kb): 1625812 ==> box: Loading metadata for box 'generic/opensuse42' box: URL: https://vagrantcloud.com/generic/opensuse42 ==> box: Adding box 'generic/opensuse42' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse42/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 625/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 669/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 15.6M/s, Estimated time remaining: 0:01:44) Progress: 3% (Rate: 41.5M/s, Estimated time remaining: 0:00:55) Progress: 6% (Rate: 42.8M/s, Estimated time remaining: 0:00:45) Progress: 9% (Rate: 44.7M/s, Estimated time remaining: 0:00:40) Progress: 12% (Rate: 45.5M/s, Estimated time remaining: 0:00:36) Progress: 14% (Rate: 44.7M/s, Estimated time remaining: 0:00:35) Progress: 16% (Rate: 43.0M/s, Estimated time remaining: 0:00:35) Progress: 18% (Rate: 42.1M/s, Estimated time remaining: 0:00:34) Progress: 21% (Rate: 41.2M/s, Estimated time remaining: 0:00:32) Progress: 24% (Rate: 41.8M/s, Estimated time remaining: 0:00:30) Progress: 27% (Rate: 42.8M/s, Estimated time remaining: 0:00:29) Progress: 30% (Rate: 45.3M/s, Estimated time remaining: 0:00:27) Progress: 32% (Rate: 45.3M/s, Estimated time remaining: 0:00:26) Progress: 35% (Rate: 45.3M/s, Estimated time remaining: 0:00:25) Progress: 38% (Rate: 44.6M/s, Estimated time remaining: 0:00:24) Progress: 40% (Rate: 43.1M/s, Estimated time remaining: 0:00:23) Progress: 44% (Rate: 45.1M/s, Estimated time remaining: 0:00:21) Progress: 46% (Rate: 45.5M/s, Estimated time remaining: 0:00:20) Progress: 49% (Rate: 47.2M/s, Estimated time remaining: 0:00:19) Progress: 52% (Rate: 48.0M/s, Estimated time remaining: 0:00:17) Progress: 56% (Rate: 51.4M/s, Estimated time remaining: 0:00:16) Progress: 59% (Rate: 51.9M/s, Estimated time remaining: 0:00:14) Progress: 61% (Rate: 50.4M/s, Estimated time remaining: 0:00:14) Progress: 64% (Rate: 48.6M/s, Estimated time remaining: 0:00:13) Progress: 67% (Rate: 47.6M/s, Estimated time remaining: 0:00:12) Progress: 68% (Rate: 42.0M/s, Estimated time remaining: 0:00:11) Progress: 71% (Rate: 37.8M/s, Estimated time remaining: 0:00:10) Progress: 74% (Rate: 40.7M/s, Estimated time remaining: 0:00:09) Progress: 76% (Rate: 40.4M/s, Estimated time remaining: 0:00:08) Progress: 79% (Rate: 40.1M/s, Estimated time remaining: 0:00:07) Progress: 82% (Rate: 45.0M/s, Estimated time remaining: 0:00:06) Progress: 85% (Rate: 48.4M/s, Estimated time remaining: 0:00:05) Progress: 88% (Rate: 48.0M/s, Estimated time remaining: 0:00:04) Progress: 90% (Rate: 45.8M/s, Estimated time remaining: 0:00:03) Progress: 91% (Rate: 41.1M/s, Estimated time remaining: 0:00:03) Progress: 94% (Rate: 38.0M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 33.3M/s, Estimated time remaining: 0:00:01) Progress: 98% (Rate: 32.7M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse42' (v4.1.10) for 'virtualbox'! Free memory(kb): 1750972 Free memory(kb): 1746916 ==> box: Loading metadata for box 'generic/opensuse15' box: URL: https://vagrantcloud.com/generic/opensuse15 ==> box: Adding box 'generic/opensuse15' (v4.1.10) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse15/versions/4.1.10/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 150/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 223/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 4046/s, Estimated time remaining: --:--:--) Progress: 2% (Rate: 9.9M/s, Estimated time remaining: 0:01:45) Progress: 5% (Rate: 37.2M/s, Estimated time remaining: 0:00:55) Progress: 9% (Rate: 40.6M/s, Estimated time remaining: 0:00:40) Progress: 12% (Rate: 36.2M/s, Estimated time remaining: 0:00:37) Progress: 15% (Rate: 34.3M/s, Estimated time remaining: 0:00:35) Progress: 18% (Rate: 33.7M/s, Estimated time remaining: 0:00:33) Progress: 20% (Rate: 32.3M/s, Estimated time remaining: 0:00:31) Progress: 24% (Rate: 30.7M/s, Estimated time remaining: 0:00:29) Progress: 27% (Rate: 32.8M/s, Estimated time remaining: 0:00:27) Progress: 30% (Rate: 31.9M/s, Estimated time remaining: 0:00:26) Progress: 33% (Rate: 32.1M/s, Estimated time remaining: 0:00:25) Progress: 36% (Rate: 33.3M/s, Estimated time remaining: 0:00:23) Progress: 41% (Rate: 35.5M/s, Estimated time remaining: 0:00:20) Progress: 44% (Rate: 34.6M/s, Estimated time remaining: 0:00:19) Progress: 47% (Rate: 36.4M/s, Estimated time remaining: 0:00:18) Progress: 49% (Rate: 33.5M/s, Estimated time remaining: 0:00:18) Progress: 50% (Rate: 29.8M/s, Estimated time remaining: 0:00:18) Progress: 53% (Rate: 27.0M/s, Estimated time remaining: 0:00:16) Progress: 58% (Rate: 29.3M/s, Estimated time remaining: 0:00:15) Progress: 61% (Rate: 30.6M/s, Estimated time remaining: 0:00:13) Progress: 63% (Rate: 30.4M/s, Estimated time remaining: 0:00:13) Progress: 67% (Rate: 35.9M/s, Estimated time remaining: 0:00:11) Progress: 72% (Rate: 39.8M/s, Estimated time remaining: 0:00:09) Progress: 77% (Rate: 41.1M/s, Estimated time remaining: 0:00:07) Progress: 79% (Rate: 36.5M/s, Estimated time remaining: 0:00:07) Progress: 82% (Rate: 39.5M/s, Estimated time remaining: 0:00:06) Progress: 83% (Rate: 34.2M/s, Estimated time remaining: 0:00:05) Progress: 86% (Rate: 29.6M/s, Estimated time remaining: 0:00:04) Progress: 88% (Rate: 22.4M/s, Estimated time remaining: 0:00:04) Progress: 90% (Rate: 23.8M/s, Estimated time remaining: 0:00:03) Progress: 93% (Rate: 23.4M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 24.0M/s, Estimated time remaining: 0:00:02) Progress: 97% (Rate: 21.7M/s, Estimated time remaining: 0:00:01) Progress: 99% (Rate: 24.0M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse15' (v4.1.10) for 'virtualbox'! Free memory(kb): 1050376 Free memory(kb): 970476 ==> box: Loading metadata for box 'fedora/34-cloud-base' box: URL: https://vagrantcloud.com/fedora/34-cloud-base ==> box: Adding box 'fedora/34-cloud-base' (v34.20210423.0) for provider: virtualbox box: Downloading: https://vagrantcloud.com/fedora/boxes/34-cloud-base/versions/34.20210423.0/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Download redirected to host: download.fedoraproject.org Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 4% (Rate: 10.7M/s, Estimated time remaining: 0:00:42) Progress: 9% (Rate: 12.4M/s, Estimated time remaining: 0:00:27) Progress: 17% (Rate: 14.6M/s, Estimated time remaining: 0:00:18) Progress: 27% (Rate: 17.4M/s, Estimated time remaining: 0:00:12) Progress: 38% (Rate: 19.4M/s, Estimated time remaining: 0:00:09) Progress: 51% (Rate: 24.0M/s, Estimated time remaining: 0:00:06) Progress: 65% (Rate: 27.7M/s, Estimated time remaining: 0:00:04) Progress: 79% (Rate: 30.9M/s, Estimated time remaining: 0:00:02) Progress: 92% (Rate: 32.4M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'fedora/34-cloud-base' (v34.20210423.0) for 'virtualbox'! Free memory(kb): 435720 Free memory(kb): 370420 ==> box: Loading metadata for box 'fedora/35-cloud-base' box: URL: https://vagrantcloud.com/fedora/35-cloud-base ==> box: Adding box 'fedora/35-cloud-base' (v35.20211026.0) for provider: virtualbox box: Downloading: https://vagrantcloud.com/fedora/boxes/35-cloud-base/versions/35.20211026.0/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 640/s, Estimated time remaining: --:--:--) Download redirected to host: download.fedoraproject.org Progress: 100% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 1053k/s, Estimated time remaining: 0:05:51) Progress: 12% (Rate: 44.6M/s, Estimated time remaining: 0:00:18) Progress: 24% (Rate: 44.1M/s, Estimated time remaining: 0:00:11) Progress: 37% (Rate: 45.3M/s, Estimated time remaining: 0:00:08) Progress: 47% (Rate: 42.5M/s, Estimated time remaining: 0:00:06) Progress: 56% (Rate: 41.0M/s, Estimated time remaining: 0:00:05) Progress: 66% (Rate: 39.3M/s, Estimated time remaining: 0:00:04) Progress: 76% (Rate: 37.5M/s, Estimated time remaining: 0:00:03) Progress: 84% (Rate: 33.8M/s, Estimated time remaining: 0:00:02) Progress: 90% (Rate: 31.3M/s, Estimated time remaining: 0:00:01) Progress: 96% (Rate: 28.6M/s, Estimated time remaining: 0:00:01) Progress: 99% (Rate: 23.6M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'fedora/35-cloud-base' (v35.20211026.0) for 'virtualbox'! ``` ### stderr: ```Shell The box you requested to be removed could not be found. No boxes named 'generic/centos7' could be found. The box you requested to be removed could not be found. No boxes named 'generic/centos8' could be found. The box you requested to be removed could not be found. No boxes named 'generic/ubuntu1604' could be found. The box you requested to be removed could not be found. No boxes named 'generic/opensuse42' could be found. The box you requested to be removed could not be found. No boxes named 'generic/opensuse15' could be found. The box you requested to be removed could not be found. No boxes named 'fedora/34-cloud-base' could be found. The box you requested to be removed could not be found. No boxes named 'fedora/35-cloud-base' could be found. sed: illegal option -- - usage: sed script [-Ealnru] [-i extension] [file ...] sed [-Ealnu] [-i extension] [-e script] ... [-f script_file] ... [file ...] ```

Changed files

Changed 8 files: - distros_supported.yml - playbooks/roles/criproxy/molecule/default/molecule.yml - playbooks/roles/criu/molecule/default/molecule.yml - playbooks/roles/nfd/molecule/default/molecule.yml - playbooks/roles/pmem/molecule/default/molecule.yml - playbooks/roles/qat_driver/molecule/default/molecule.yml - playbooks/roles/sriov_cni/molecule/default/molecule.yml - playbooks/roles/sriov_plugin/molecule/default/molecule.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 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) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.15.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.0 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.2 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # 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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.2 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.15.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.1 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.3 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # 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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==37.0.4 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.15.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.1 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.3 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh ### stderr: ```Shell Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) 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) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==38.0.0 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.15.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.1 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.3 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 3 files: - galaxy-requirements.yml - playbooks/roles/sriov_plugin/defaults/main.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh ### stderr: ```Shell Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: pip, tomli, pep517, build, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==38.0.1 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.15.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.1 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.3 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh ### stderr: ```Shell Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 MB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.3 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15.1 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==38.0.1 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.16.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.1 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.3 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.27.1 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh ### stderr: ```Shell Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.8.0-py3-none-any.whl (51 kB) Collecting build Downloading build-0.8.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-22.2.2-py3-none-any.whl (2.0 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) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build->pip-tools) (21.3) Collecting pep517>=0.9.1 Downloading pep517-0.13.0-py3-none-any.whl (18 kB) Collecting tomli>=1.0.0; python_version < "3.11" Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=19.0->build->pip-tools) (3.0.9) Installing collected packages: tomli, pep517, build, pip, pip-tools Successfully installed build-0.8.0 pep517-0.13.0 pip-22.2.2 pip-tools-6.8.0 tomli-2.0.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==6.3.0 # via -r test-requirements.in ansible-compat==2.2.0 # via # ansible-lint # molecule ansible-core==2.13.4 # via # ansible # ansible-lint ansible-lint==6.5.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.1.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.8.0 # via ansible-lint bracex==2.3.post1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2022.6.15.1 # via requests cffi==1.15.1 # via cryptography chardet==5.0.0 # via binaryornot charset-normalizer==2.1.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule commonmark==0.9.1 # via rich cookiecutter==2.1.1 # via molecule cryptography==38.0.1 # via ansible-core distro==1.7.0 # via selinux enrich==1.2.7 # via # ansible-lint # molecule filelock==3.8.0 # via ansible-lint idna==3.3 # via requests importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.16.0 # via # ansible-compat # ansible-lint markupsafe==2.1.1 # via jinja2 molecule==4.0.1 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.1 # via # black # yamllint pkgutil-resolve-name==1.3.10 # via jsonschema platformdirs==2.5.2 # via black pluggy==1.0.0 # via # molecule # pytest py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.13.0 # via rich pyparsing==3.0.9 # via packaging pyrsistent==0.18.1 # via jsonschema pytest==7.1.3 # via pytest-testinfra pytest-testinfra==6.8.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==6.1.2 # via cookiecutter python-vagrant==1.0.0 # via # -r test-requirements.in # molecule-vagrant pyyaml==6.0 # via # ansible-compat # ansible-core # ansible-lint # cookiecutter # molecule # molecule-vagrant # yamllint requests==2.28.1 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==12.5.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.6 # via ruamel-yaml selinux==0.2.1 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.3.5 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest typing-extensions==4.3.0 # via # black # rich urllib3==1.26.12 # via requests wcmatch==8.4 # via ansible-lint yamllint==1.28.0 # via # -r test-requirements.in # ansible-lint zipp==3.8.1 # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 3 files: - galaxy-requirements.yml - playbooks/krd-vars.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace