fix(deps): update dependency ansible to v7.1.0 (#499)

This commit is contained in:
renovate[bot] 2022-12-11 14:23:37 +01:00 committed by GitHub
parent fa35feee18
commit d6f2db4a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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"