mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-26 14:50:36 +00:00
fix(deps): update dependency ansible-base to v2.10.10 (#145)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c6e13655a2
commit
a2d9f3afbf
6
poetry.lock
generated
6
poetry.lock
generated
@ -11,7 +11,7 @@ ansible-core = ">=2.11.0,<2.12"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-base"
|
name = "ansible-base"
|
||||||
version = "2.10.9"
|
version = "2.10.10"
|
||||||
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 = "e9061f7187984719dfdf0f94c3c2a0c9d64f96ce9c4e88e127ff51055d81ebf5"
|
content-hash = "0984bbfc8a82159d500b71595bdb05ccb5c98dd76fa40c7078cbb04e9d0a7067"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
{file = "ansible-4.0.0.tar.gz", hash = "sha256:6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080"},
|
{file = "ansible-4.0.0.tar.gz", hash = "sha256:6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080"},
|
||||||
]
|
]
|
||||||
ansible-base = [
|
ansible-base = [
|
||||||
{file = "ansible-base-2.10.9.tar.gz", hash = "sha256:04635d3e08fc29358c76b8e7f1e9db0ce443fb09ce30b2acc6cacaad165f2151"},
|
{file = "ansible-base-2.10.10.tar.gz", hash = "sha256:7744b68ed81de948853304b8104b63651c5d6b03571aee972c83379aa6b7de10"},
|
||||||
]
|
]
|
||||||
ansible-core = [
|
ansible-core = [
|
||||||
{file = "ansible-core-2.11.0.tar.gz", hash = "sha256:9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5"},
|
{file = "ansible-core-2.11.0.tar.gz", hash = "sha256:9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5"},
|
||||||
|
@ -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.0.0", optional = true}
|
ansible = {version = "4.0.0", optional = true}
|
||||||
ansible-base = {version = "2.10.9", optional = true}
|
ansible-base = {version = "2.10.10", optional = true}
|
||||||
anyconfig = "0.11.0"
|
anyconfig = "0.11.0"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
colorama = "0.4.4"
|
colorama = "0.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user