electrocucaracha / krd

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

chore: update versions #131

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year 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.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.1-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 KB 1.8 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 49.6 MB/s eta 0:00:00 Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-22.3.1 pip-tools-6.12.1 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.1.0 # via -r test-requirements.in ansible-compat==2.2.7 # via # ansible-lint # molecule ansible-core==2.14.1 # via # ansible # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.3 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==7.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.2.0 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 7 files: - README.md - ci/check.sh - defaults.env - kubespray_images.tpl - playbooks/krd-vars.yml - playbooks/roles/nfd/defaults/main.yml - test-requirements.txt

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.1-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 KB 1.8 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 27.5 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-22.3.1 pip-tools-6.12.1 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.1.0 # via -r test-requirements.in ansible-compat==2.2.7 # via # ansible-lint # molecule ansible-core==2.14.1 # via # ansible # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.10.3 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==7.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.2.0 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - galaxy-requirements.yml - playbooks/krd-vars.yml

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.1-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 KB 1.9 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.1 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-22.3.1 pip-tools-6.12.1 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.1.0 # via -r test-requirements.in ansible-compat==2.2.7 # via # ansible-lint # molecule ansible-core==2.14.1 # via # ansible # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==7.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.2.0 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.1-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 KB 2.2 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 54.1 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-22.3.1 pip-tools-6.12.1 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.1.0 # via -r test-requirements.in ansible-compat==2.2.7 # via # ansible-lint # molecule ansible-core==2.14.1 # via # ansible # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==7.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.2.0 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.1-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 KB 2.0 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.4 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-22.3.1 pip-tools-6.12.1 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.1.0 # via -r test-requirements.in ansible-compat==2.2.7 # via # ansible-lint # molecule ansible-core==2.14.1 # via # ansible # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==7.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.0 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.1-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 KB 1.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.0 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-22.3.1 pip-tools-6.12.1 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.1.0 # via -r test-requirements.in ansible-compat==2.2.7 # via # ansible-lint # molecule ansible-core==2.14.1 # via # ansible # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.9 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 39.6 MB/s eta 0:00:00 Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.0 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.11.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==22.12.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.1 MB/s eta 0:00:00 Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.1 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.4 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 13.9 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==2.6.2 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.0 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.0 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.5 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 36.5 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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

electrocucaracha commented 1 year ago

/rebase

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 14.9 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via # ansible-lint # molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via ansible-compat text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.8 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 8.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 3.0 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 47.8 MB/s eta 0:00:00 Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - kubespray_images.tpl

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 14.0 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.12.2 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.1 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 16.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.4 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-23.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 16.3 MB/s eta 0:00:00 Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 4 files: - playbooks/roles/nfd/molecule/default/prepare.yml - playbooks/roles/pmem/molecule/default/prepare.yml - playbooks/roles/sriov_cni/molecule/default/prepare.yml - playbooks/roles/sriov_plugin/molecule/default/prepare.yml

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.0 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.1 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 5 files: - playbooks/krd-vars.yml - playbooks/roles/criproxy/defaults/main.yml - playbooks/roles/pmem/defaults/main.yml - playbooks/roles/virtlet/defaults/main.yml - test-requirements.txt

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.1 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.7 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 4 files: - playbooks/krd-vars.yml - playbooks/roles/criproxy/defaults/main.yml - playbooks/roles/pmem/defaults/main.yml - playbooks/roles/virtlet/defaults/main.yml

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.5 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 54.8 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.1.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.7 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 40.4 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.2 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 15.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.0 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 1.8 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.7 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.2 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 59.7 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.2 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 4 files: - playbooks/krd-vars.yml - playbooks/roles/criproxy/defaults/main.yml - playbooks/roles/pmem/defaults/main.yml - playbooks/roles/virtlet/defaults/main.yml

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.2 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 47.3 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.2.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.3 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 5 files: - playbooks/krd-vars.yml - playbooks/roles/criproxy/defaults/main.yml - playbooks/roles/pmem/defaults/main.yml - playbooks/roles/virtlet/defaults/main.yml - test-requirements.txt

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

github-actions[bot] commented 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.2-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.4 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.2 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.3.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.3 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.3-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.5 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 16.0 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.3 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.3.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.3 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.1 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.3-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.1 MB/s eta 0:00:00 Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 15.7 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.3 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.3.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.3 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.13.1 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.2 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.0.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.1 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.3-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.7 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 64.0 MB/s eta 0:00:00 Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.3 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.3.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.3 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.14.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.2 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.1.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.2 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.1 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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 1 year ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2.1.4/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Defaulting to user installation because normal site-packages is not writeable Collecting pip-tools Downloading pip_tools-6.12.3-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 KB 2.2 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.0.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 45.8 MB/s eta 0:00:00 Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.0) Collecting pyproject_hooks Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting tomli>=1.1.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.0.1 pip-tools-6.12.3 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell WARNING: the legacy dependency resolver is deprecated and will be removed in future versions of pip-tools. The default resolver will be changed to 'backtracking' in pip-tools 7.0.0. Specify --resolver=backtracking to silence this warning. # # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==7.3.0 # via -r test-requirements.in ansible-compat==3.0.1 # via molecule ansible-core==2.14.3 # via # ansible # ansible-compat # ansible-lint ansible-lint==6.14.0 # via -r test-requirements.in arrow==1.2.3 # via jinja2-time attrs==22.2.0 # via # jsonschema # pytest binaryornot==0.4.4 # via cookiecutter black==23.1.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography chardet==5.1.0 # via binaryornot charset-normalizer==3.0.1 # via requests click==8.1.3 # via # black # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule cookiecutter==2.1.1 # via molecule cryptography==39.0.2 # via ansible-core distro==1.8.0 # via selinux enrich==1.2.7 # via molecule exceptiongroup==1.1.0 # via pytest filelock==3.9.0 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter jsonschema==4.17.3 # via # ansible-compat # ansible-lint # molecule markdown-it-py==2.2.0 # via rich markupsafe==2.1.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==4.0.4 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==2.0.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.0 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.0 # via # black # yamllint platformdirs==3.1.0 # via black pluggy==1.0.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.14.0 # via rich pyrsistent==0.19.3 # via jsonschema pytest==7.2.2 # via pytest-testinfra pytest-testinfra==7.0.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==8.0.1 # 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.2 # via cookiecutter resolvelib==0.8.1 # via ansible-core rich==13.3.2 # via # ansible-lint # enrich # molecule ruamel-yaml==0.17.21 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml selinux==0.3.0 # via molecule-vagrant six==1.16.0 # via python-dateutil subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via # black # pytest urllib3==1.26.14 # via requests wcmatch==8.4.1 # via ansible-lint yamllint==1.29.0 # via # -r test-requirements.in # ansible-lint # 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