mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
fix(deps): update dependency ansible-base to v2.10.14 (#207)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
f977e40a90
commit
6b273c3799
6
poetry.lock
generated
6
poetry.lock
generated
@ -11,7 +11,7 @@ ansible-core = ">=2.11.4,<2.12"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-base"
|
name = "ansible-base"
|
||||||
version = "2.10.13"
|
version = "2.10.14"
|
||||||
description = "Radically simple IT automation"
|
description = "Radically simple IT automation"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
@ -714,14 +714,14 @@ ansible-base = ["ansible-base"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "411977a026bd584809b2666ee843fc34de6e4beefcd3105db1b8f7816b417c0c"
|
content-hash = "0e92a914d7afcb8b4aa957e253c34ca0c20d9cf34d78440acaedd39e0b67637e"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
{file = "ansible-4.5.0.tar.gz", hash = "sha256:cc5352b2351a381015ece79eab783a1b0668f97b377810fed3c746e2f1d50db1"},
|
{file = "ansible-4.5.0.tar.gz", hash = "sha256:cc5352b2351a381015ece79eab783a1b0668f97b377810fed3c746e2f1d50db1"},
|
||||||
]
|
]
|
||||||
ansible-base = [
|
ansible-base = [
|
||||||
{file = "ansible-base-2.10.13.tar.gz", hash = "sha256:d2c29b1946e5ae08784a0762b8c48c32f835e4648d6f997a6c2a81b78ff4f3ad"},
|
{file = "ansible-base-2.10.14.tar.gz", hash = "sha256:800c4646c58a5897f71f2230167db5626a196deba208f0ef4560a183ffd9dfda"},
|
||||||
]
|
]
|
||||||
ansible-core = [
|
ansible-core = [
|
||||||
{file = "ansible-core-2.11.4.tar.gz", hash = "sha256:22eaa7c2dfe6c875e9ae380323f1cba6259c6050a5e4c8819f85f92b3683ea49"},
|
{file = "ansible-core-2.11.4.tar.gz", hash = "sha256:22eaa7c2dfe6c875e9ae380323f1cba6259c6050a5e4c8819f85f92b3683ea49"},
|
||||||
|
@ -36,7 +36,7 @@ version = "0.0.0"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
PyYAML = "5.4.1"
|
PyYAML = "5.4.1"
|
||||||
ansible = {version = "4.5.0", optional = true}
|
ansible = {version = "4.5.0", optional = true}
|
||||||
ansible-base = {version = "2.10.13", optional = true}
|
ansible-base = {version = "2.10.14", optional = true}
|
||||||
anyconfig = "0.11.1"
|
anyconfig = "0.11.1"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
colorama = "0.4.4"
|
colorama = "0.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user