electrocucaracha / krd

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

chore: update versions #171

Closed github-actions[bot] closed 9 months 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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 2.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: 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.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.9 MB/s eta 0:00:00 Collecting tomli 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.1) 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.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.6 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.17.2 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.1 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.2.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==8.1.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.9.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

Changed files

Changed 3 files: - galaxy-requirements.yml - 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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.6 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) Requirement already satisfied: click>=8 in /usr/lib/python3/dist-packages (from pip-tools) (8.0.3) Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 9.7 MB/s eta 0:00:00 Collecting tomli 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.1) 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.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.6 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.17.2 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.2.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==8.1.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.9.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.7 MB/s eta 0:00:00 Collecting build Downloading build-0.10.0-py3-none-any.whl (17 kB) Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 42.3 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) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.7 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.2.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==8.1.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.9.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.8 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 32.3 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) Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 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.1) 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.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.7 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.2.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.9.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 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 tomli Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 43.6 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) 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.7 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.2.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.9.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

Changed files

Changed file: - galaxy-requirements.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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.8 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.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 37.6 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 tomli Downloading tomli-2.0.1-py3-none-any.whl (12 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.1) 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.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.7 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.9.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.5 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.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 33.0 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.7 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.0 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.8 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.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 37.3 MB/s eta 0:00:00 Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 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 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.8 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.1 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.0 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.4.1 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 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.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 42.2 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 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-0.10.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.8 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.0 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 2.7 MB/s eta 0:00:00 Collecting build Downloading build-1.0.0-py3-none-any.whl (18 kB) Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 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-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 49.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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-1.0.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.8 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.3.post1 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.0 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.0 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

Changed files

Changed file: - playbooks/roles/nfd/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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.8 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 27.9 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 build Downloading build-1.0.0-py3-none-any.whl (18 kB) Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-1.0.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.8 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.4 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.1 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.0 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 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: 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 build Downloading build-1.0.0-py3-none-any.whl (18 kB) Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.8 MB/s eta 0:00:00 Collecting tomli 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-1.0.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.8 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.4 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.1 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

Changed files

Changed 2 files: - defaults.env - 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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.5 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 37.6 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 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.37.1) Collecting build Downloading build-1.0.0-py3-none-any.whl (18 kB) Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.10/dist-packages (from build->pip-tools) (23.1) 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-1.0.0 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.9 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.18.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.4 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.1 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.4 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-1.0.3-py3-none-any.whl (18 kB) Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (59.6.0) Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 36.7 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.1) Installing collected packages: tomli, pip, pyproject_hooks, build, pip-tools Successfully installed build-1.0.3 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.10 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.19.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.4 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.1 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

Changed files

Changed 2 files: - playbooks/roles/pmem/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-7.3.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 KB 1.6 MB/s eta 0:00:00 Collecting pip>=22.2 Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 39.4 MB/s eta 0:00:00 Collecting tomli Downloading tomli-2.0.1-py3-none-any.whl (12 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 build Downloading build-1.0.3-py3-none-any.whl (18 kB) 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.1) 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-1.0.3 pip-23.2.1 pip-tools-7.3.0 pyproject_hooks-1.0.0 tomli-2.0.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade --resolver=backtracking ### stderr: ```Shell WARNING: --strip-extras is becoming the default in version 8.0.0. To silence this warning, either use --strip-extras to opt into the new default or use --no-strip-extras to retain the existing behavior. # # 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-compat==4.1.10 # via # ansible-lint # molecule ansible-core==2.15.3 # via # ansible-compat # ansible-lint # molecule ansible-lint==6.19.0 # via -r test-requirements.in attrs==23.1.0 # via # jsonschema # referencing black==23.7.0 # via ansible-lint bracex==2.4 # via wcmatch certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests click==8.1.7 # via # black # click-help-colors # molecule click-help-colors==0.9.2 # via molecule cryptography==41.0.3 # via ansible-core enrich==1.2.7 # via molecule exceptiongroup==1.1.3 # via pytest filelock==3.12.3 # via ansible-lint idna==3.4 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.2 # via # ansible-core # molecule jsonschema==4.19.0 # via # ansible-compat # ansible-lint # molecule jsonschema-specifications==2023.7.1 # via jsonschema markdown-it-py==3.0.0 # via rich markupsafe==2.1.3 # via jinja2 mdurl==0.1.2 # via markdown-it-py molecule==6.0.2 # via # -r test-requirements.in # molecule-plugins molecule-plugins[vagrant]==23.5.0 # via -r test-requirements.in mypy-extensions==1.0.0 # via black packaging==23.1 # via # ansible-compat # ansible-core # ansible-lint # black # molecule # pytest pathspec==0.11.2 # via # ansible-lint # black # yamllint platformdirs==3.10.0 # via black pluggy==1.3.0 # via # molecule # pytest pycparser==2.21 # via cffi pygments==2.16.1 # via rich pytest==7.4.2 # via pytest-testinfra pytest-testinfra==9.0.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins pyyaml==6.0.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint referencing==0.30.2 # via # jsonschema # jsonschema-specifications requests==2.31.0 # via ansible-lint resolvelib==1.0.1 # via ansible-core rich==13.5.2 # via # ansible-lint # enrich # molecule rpds-py==0.10.2 # via # jsonschema # referencing ruamel-yaml==0.17.32 # via ansible-lint ruamel-yaml-clib==0.2.7 # via ruamel-yaml subprocess-tee==0.4.1 # via # ansible-compat # ansible-lint tomli==2.0.1 # via # black # pytest typing-extensions==4.7.1 # via filelock urllib3==2.0.4 # via requests wcmatch==8.5 # via # ansible-lint # molecule yamllint==1.32.0 # via # -r test-requirements.in # ansible-lint ```

Changed files

Changed 2 files: - playbooks/roles/nfd/defaults/main.yml - test-requirements.txt

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

electrocucaracha commented 9 months ago

/rebase