mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
fix(deps): update dependency ansible to v8.1.0 (#623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
237b1a2748
commit
512dc44a89
10
poetry.lock
generated
10
poetry.lock
generated
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible"
|
name = "ansible"
|
||||||
version = "8.0.0"
|
version = "8.1.0"
|
||||||
description = "Radically simple IT automation"
|
description = "Radically simple IT automation"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "ansible-8.0.0-py3-none-any.whl", hash = "sha256:831bd24e4c312f71fe63efc3f993bea2fa04e257ddf5d1181192ea808d2fe77d"},
|
{file = "ansible-8.1.0-py3-none-any.whl", hash = "sha256:3bcfb06f2d65edc1c4876df33a52d4469d48d4fe534f1d8ffa196f1b0d81ab0e"},
|
||||||
{file = "ansible-8.0.0.tar.gz", hash = "sha256:8670c7c46021c188cac235e9fde7adadbb3c380c2436a3b0c1c493c4ba10bcab"},
|
{file = "ansible-8.1.0.tar.gz", hash = "sha256:91f20b5bfcf5f298533c174a93881e00bc9e6b41411464f44c054a38d716a56a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
ansible-core = ">=2.15.0,<2.16.0"
|
ansible-core = ">=2.15.1,<2.16.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-core"
|
name = "ansible-core"
|
||||||
@ -878,4 +878,4 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9.0"
|
python-versions = "^3.9.0"
|
||||||
content-hash = "a1dc0dc7a384d338d5ddfa244faf382bcf6955cc395a169f1314728d41cd2bd9"
|
content-hash = "32c17c1f11fad1fdbedc26c9102101745970dc18a352c964c4fef010897d269d"
|
||||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
PyYAML = "6.0"
|
PyYAML = "6.0"
|
||||||
ansible = {version = "8.0.0", optional = true}
|
ansible = {version = "8.1.0", optional = true}
|
||||||
ansible-core = {version = "2.15.1", optional = true}
|
ansible-core = {version = "2.15.1", optional = true}
|
||||||
anyconfig = "0.13.0"
|
anyconfig = "0.13.0"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user