mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
fix(deps): update dependency ansible to v7.1.0 (#499)
This commit is contained in:
parent
fa35feee18
commit
d6f2db4a61
10
poetry.lock
generated
10
poetry.lock
generated
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible"
|
name = "ansible"
|
||||||
version = "7.0.0"
|
version = "7.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-7.0.0-py3-none-any.whl", hash = "sha256:2e9f519441780595ab173ac017210efc94c58633c9bc6e55917745d214cb4332"},
|
{file = "ansible-7.1.0-py3-none-any.whl", hash = "sha256:dd6d24dab08793e416eb1564ea716c586caeb104d4abbcada05bed94f9cd01cc"},
|
||||||
{file = "ansible-7.0.0.tar.gz", hash = "sha256:73144e7e602715fab623005d2e71e503dddae86185e061fed861b2449c5618ea"},
|
{file = "ansible-7.1.0.tar.gz", hash = "sha256:1e47238c4aa9e68c0c5367a3fd707ba6c3949b4aaf912b06440ad78dd2bf018d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
ansible-core = ">=2.14.0,<2.15.0"
|
ansible-core = ">=2.14.1,<2.15.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-core"
|
name = "ansible-core"
|
||||||
@ -1128,4 +1128,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 = "463faaa7a222819f9f5d4894733a2a18208a6aa449532bf2beecbb606021af22"
|
content-hash = "ef56d52431bc737ca07cb2ef257fa3ec5e2ad703ac9a0668d8ba7d6335118476"
|
||||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
PyYAML = "6.0"
|
PyYAML = "6.0"
|
||||||
ansible = {version = "7.0.0", optional = true}
|
ansible = {version = "7.1.0", optional = true}
|
||||||
ansible-core = {version = "2.14.1", optional = true}
|
ansible-core = {version = "2.14.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