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.15.1 (#622)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0fabe9c7b4
commit
8cc4d0dc12
8
poetry.lock
generated
8
poetry.lock
generated
@ -17,14 +17,14 @@ ansible-core = ">=2.15.0,<2.16.0"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-core"
|
||||
version = "2.15.0"
|
||||
version = "2.15.1"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "ansible-core-2.15.0.tar.gz", hash = "sha256:cf690fd4ebb40590e00c5acdc0624758ca4c58d1e4b2b02ec026a034070ebf4d"},
|
||||
{file = "ansible_core-2.15.0-py3-none-any.whl", hash = "sha256:723ef347b55ac48bb70951124d0b1e71d799cf7488924d484c3e88aaf9a8c14c"},
|
||||
{file = "ansible-core-2.15.1.tar.gz", hash = "sha256:ed28eb4943e480004edc9ba1e9bee979a0650cb2f9372ce4a2bd572838c60d2b"},
|
||||
{file = "ansible_core-2.15.1-py3-none-any.whl", hash = "sha256:2926b1dc96ef69272195c91a1fedfe30b9aacd674cb04628b26626ecb0c8524a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -878,4 +878,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "7b3ced7502f20635be1b98f26d965715ab55ab7f313cfa273c953e4aaff102eb"
|
||||
content-hash = "a1dc0dc7a384d338d5ddfa244faf382bcf6955cc395a169f1314728d41cd2bd9"
|
||||
|
@ -35,7 +35,7 @@ version = "0.0.0"
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "6.0"
|
||||
ansible = {version = "8.0.0", optional = true}
|
||||
ansible-core = {version = "2.15.0", optional = true}
|
||||
ansible-core = {version = "2.15.1", optional = true}
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.6"
|
||||
|
Loading…
Reference in New Issue
Block a user