mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-09 17:08:13 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ffff49ef8 | |||
| 113974cccc |
@@ -0,0 +1,23 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns: ["*"]
|
||||||
|
labels: ["dependencies"]
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
python-deps:
|
||||||
|
patterns: ["*"]
|
||||||
|
labels: ["dependencies"]
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore"
|
||||||
Generated
+720
-1637
File diff suppressed because it is too large
Load Diff
+73
-70
@@ -1,70 +1,73 @@
|
|||||||
ansible-compat==24.10.0
|
ansible-compat==3.0.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ansible-core==2.15.13
|
ansible-core==2.13.10 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ansible-lint==6.8.7
|
ansible-lint==6.8.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
arrow==1.4.0
|
ansible==6.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
astroid==2.15.8
|
arrow==1.2.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
attrs==26.1.0
|
astroid==2.15.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
binaryornot==0.6.0
|
attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
black==22.12.0
|
binaryornot==0.4.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
bracex==2.6
|
black==22.12.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
certifi==2026.2.25
|
bracex==2.3.post1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cffi==2.0.0
|
certifi==2023.5.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cfgv==3.5.0
|
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
charset-normalizer==3.4.6
|
cfgv==3.3.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
click==8.3.1
|
chardet==5.1.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
click-help-colors==0.9.4
|
charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cookiecutter==2.7.1
|
click-help-colors==0.9.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cryptography==46.0.5
|
click==8.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
dill==0.4.1
|
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
|
||||||
distlib==0.4.0
|
cookiecutter==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
enrich==1.2.7
|
cryptography==46.0.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
filelock==3.25.2
|
dill==0.3.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
flake8==6.1.0
|
distlib==0.3.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
identify==2.6.18
|
enrich==1.2.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
idna==3.11
|
filelock==3.12.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
isort==5.13.2
|
flake8==6.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
jinja2==3.1.6
|
identify==2.5.24 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
jsonschema==4.26.0
|
idna==3.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
jsonschema-specifications==2025.9.1
|
isort==5.12.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
lazy-object-proxy==1.12.0
|
jinja2-time==0.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
markdown-it-py==4.0.0
|
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
markupsafe==3.0.3
|
jsonschema==4.17.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
mccabe==0.7.0
|
lazy-object-proxy==1.9.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
mdurl==0.1.2
|
markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
molecule==5.1.0
|
markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
molecule-plugins==23.5.0
|
mccabe==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
mypy-extensions==1.1.0
|
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
nodeenv==1.10.0
|
molecule-plugins[vagrant]==23.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
packaging==26.0
|
molecule==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pathspec==1.0.4
|
molecule[docker]==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
platformdirs==4.9.4
|
mypy-extensions==0.4.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pluggy==1.6.0
|
nodeenv==1.8.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pre-commit==2.21.0
|
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pycodestyle==2.11.1
|
pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pycparser==3.0
|
platformdirs==2.6.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pyflakes==3.1.0
|
pluggy==0.13.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pygments==2.19.2
|
pre-commit==2.21.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pylint==2.17.7
|
pycodestyle==2.10.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
python-dateutil==2.9.0.post0
|
pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
python-discovery==1.2.0
|
pyflakes==3.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
python-slugify==8.0.4
|
pygments==2.15.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
python-vagrant==1.0.0
|
pylint==2.17.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pyyaml==6.0.3
|
pyrsistent==0.19.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
referencing==0.37.0
|
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
requests==2.33.0
|
python-slugify==8.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
resolvelib==1.0.1
|
python-vagrant==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
rich==14.3.3
|
pyyaml==5.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
rpds-py==0.30.0
|
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ruamel-yaml==0.17.40
|
resolvelib==0.5.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ruamel-yaml-clib==0.2.15
|
rich==13.4.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
six==1.17.0
|
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.12" and python_version >= "3.9"
|
||||||
subprocess-tee==0.4.2
|
ruamel-yaml==0.17.31 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
text-unidecode==1.3
|
setuptools==67.8.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
tomlkit==0.14.0
|
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
typing-extensions==4.15.0
|
subprocess-tee==0.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
tzdata==2025.3
|
text-unidecode==1.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
urllib3==2.6.3
|
tomli==1.2.3 ; python_version >= "3.9" and python_full_version < "3.11.0a7"
|
||||||
virtualenv==21.2.0
|
tomlkit==0.11.8 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
wcmatch==10.1
|
typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "3.11"
|
||||||
wrapt==1.17.3
|
urllib3==1.26.16 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
yamllint==1.38.0
|
virtualenv==20.21.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
wcmatch==8.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
wrapt==1.15.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
yamllint==1.32.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
|||||||
+10
-10
@@ -1,10 +1,10 @@
|
|||||||
ansible==8.5.0
|
ansible-core==2.13.10 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ansible-core==2.15.13
|
ansible==6.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cffi==2.0.0
|
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
cryptography==46.0.5
|
cryptography==46.0.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
jinja2==3.1.6
|
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
markupsafe==3.0.3
|
markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
packaging==26.0
|
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pycparser==3.0
|
pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pyyaml==6.0.3
|
pyyaml==5.4.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
resolvelib==1.0.1
|
resolvelib==0.5.4 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user