mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 06:10:42 +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]]
|
||||
name = "ansible"
|
||||
version = "7.0.0"
|
||||
version = "7.1.0"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "ansible-7.0.0-py3-none-any.whl", hash = "sha256:2e9f519441780595ab173ac017210efc94c58633c9bc6e55917745d214cb4332"},
|
||||
{file = "ansible-7.0.0.tar.gz", hash = "sha256:73144e7e602715fab623005d2e71e503dddae86185e061fed861b2449c5618ea"},
|
||||
{file = "ansible-7.1.0-py3-none-any.whl", hash = "sha256:dd6d24dab08793e416eb1564ea716c586caeb104d4abbcada05bed94f9cd01cc"},
|
||||
{file = "ansible-7.1.0.tar.gz", hash = "sha256:1e47238c4aa9e68c0c5367a3fd707ba6c3949b4aaf912b06440ad78dd2bf018d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
ansible-core = ">=2.14.0,<2.15.0"
|
||||
ansible-core = ">=2.14.1,<2.15.0"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-core"
|
||||
@ -1128,4 +1128,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "463faaa7a222819f9f5d4894733a2a18208a6aa449532bf2beecbb606021af22"
|
||||
content-hash = "ef56d52431bc737ca07cb2ef257fa3ec5e2ad703ac9a0668d8ba7d6335118476"
|
||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
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}
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user