fix(deps): update dependency ansible to v5.1.0 (#285)

This commit is contained in:
renovate[bot] 2021-12-22 14:58:37 +01:00 committed by GitHub
parent 9ce64b6a59
commit 919275366c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1,13 +1,13 @@
[[package]]
name = "ansible"
version = "5.0.1"
version = "5.1.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.8"
[package.dependencies]
ansible-core = ">=2.12.0,<2.13"
ansible-core = ">=2.12.1,<2.13.0"
[[package]]
name = "ansible-core"
@ -705,11 +705,11 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "630e27b9fb3ab4f77b33bbd563e8ce4550bd5649c3714169928cc794e70fbf71"
content-hash = "5e9451adfb58006801383e8f41f1935c0733950c0c94bdc5e14d145bb5b34066"
[metadata.files]
ansible = [
{file = "ansible-5.0.1.tar.gz", hash = "sha256:b47cc704bbb69fb387bdaa24a1cb0c5ef0a4253763fd3315ef93ba6ae3a5c376"},
{file = "ansible-5.1.0.tar.gz", hash = "sha256:7604f264f9bdf31442ea152fa4eb77fe700100ff5e54103822d284551b7524bc"},
]
ansible-core = [
{file = "ansible-core-2.12.1.tar.gz", hash = "sha256:a4508707262be11bb4dd98a006f1b14817879a055e6b6c46ad9fca8894fb3073"},

View File

@ -34,7 +34,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "6.0"
ansible = {version = "5.0.1", optional = true}
ansible = {version = "5.1.0", optional = true}
ansible-core = {version = "2.12.1", optional = true}
anyconfig = "0.12.0"
appdirs = "1.4.4"