mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 22:00:40 +00:00
fix(deps): update dependency ansible-core to v2.14.17 (#812)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
21d6316dd0
commit
aed6a5f420
8
poetry.lock
generated
8
poetry.lock
generated
@ -16,13 +16,13 @@ ansible-core = ">=2.14.7,<2.15.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-core"
|
name = "ansible-core"
|
||||||
version = "2.14.16"
|
version = "2.14.17"
|
||||||
description = "Radically simple IT automation"
|
description = "Radically simple IT automation"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "ansible_core-2.14.16-py3-none-any.whl", hash = "sha256:4e939b9a30ba4aa97284290171fa46d4c323c225c1cb6a2e8e751906b46de10c"},
|
{file = "ansible_core-2.14.17-py3-none-any.whl", hash = "sha256:fefd600780a9fa40f7cdc432264d861731682db43255eb0ebb6e6b6ab6165b1e"},
|
||||||
{file = "ansible_core-2.14.16.tar.gz", hash = "sha256:ecfa54de804afa8478c4611565c439fee5d966f1a87710f589c6b075dcef921b"},
|
{file = "ansible_core-2.14.17.tar.gz", hash = "sha256:9afec5ffd3bd762c258f4661e831e0930a4d99ae9d84844ddd7abf7da2c63114"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -856,4 +856,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 = "97a50e9486c754d0ff68847b0fefbb277eef6fcdb839501bb56e58afe22791fa"
|
content-hash = "49eef3a34430d8071ef45179e3366b47c116aa289749fc911ee2beb205f4ac25"
|
||||||
|
@ -31,7 +31,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
PyYAML = "6.0.1"
|
PyYAML = "6.0.1"
|
||||||
ansible-core = { version = "2.14.16", optional = true }
|
ansible-core = { version = "2.14.17", optional = true }
|
||||||
ansible = { version = "7.7.0", optional = true }
|
ansible = { version = "7.7.0", optional = true }
|
||||||
anyconfig = "0.14.0"
|
anyconfig = "0.14.0"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user