mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 13:50:41 +00:00
fix(deps): update dependency ansible to v8.6.0 (#713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
274d19a379
commit
d226cdd07f
10
poetry.lock
generated
10
poetry.lock
generated
@ -2,18 +2,18 @@
|
||||
|
||||
[[package]]
|
||||
name = "ansible"
|
||||
version = "8.5.0"
|
||||
version = "8.6.0"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "ansible-8.5.0-py3-none-any.whl", hash = "sha256:2749032e26b0dbc9a694528b85fd89e7f950b8c7b53606f17dd997f23ac7cc88"},
|
||||
{file = "ansible-8.5.0.tar.gz", hash = "sha256:327c509bdaf5cdb2489d85c09d2c107e9432f9874c8bb5c0702a731160915f2d"},
|
||||
{file = "ansible-8.6.0-py3-none-any.whl", hash = "sha256:6adf5a8f3f13127c2a1e3554d484aac169c41427507f73f9b6340864cada37ea"},
|
||||
{file = "ansible-8.6.0.tar.gz", hash = "sha256:95f4e593274d59d53f36f62207535b7d272adc2701ac7a0ed7af6a6d81637a60"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
ansible-core = ">=2.15.5,<2.16.0"
|
||||
ansible-core = ">=2.15.6,<2.16.0"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-core"
|
||||
@ -987,4 +987,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "36c7d27a6e6e2e5f6915d72e4c7939c81a4547abc6eb48f1d8b670c0f4c0503e"
|
||||
content-hash = "b21585e25f1efd205517185a2f6d41c0f6f283f14c3186a226e2e01a725d381b"
|
||||
|
@ -35,7 +35,7 @@ version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "6.0.1"
|
||||
ansible = {version = "8.5.0", optional = true}
|
||||
ansible = {version = "8.6.0", optional = true}
|
||||
ansible-core = {version = "2.15.6", optional = true}
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user