mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 21:00:44 +00:00
fix(deps): update ansible packages (#133)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
91c17dda7e
commit
6362c89ecc
12
poetry.lock
generated
12
poetry.lock
generated
@ -1,17 +1,17 @@
|
||||
[[package]]
|
||||
name = "ansible"
|
||||
version = "3.0.0"
|
||||
version = "3.4.0"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
|
||||
|
||||
[package.dependencies]
|
||||
ansible-base = ">=2.10.5,<2.11"
|
||||
ansible-base = ">=2.10.9,<2.11"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-base"
|
||||
version = "2.10.5"
|
||||
version = "2.10.9"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
@ -679,14 +679,14 @@ ansible-base = ["ansible-base"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "e77600a432eeecac8118d25ff7509b13a1b1bf231f75a13acc00bc55919391e9"
|
||||
content-hash = "84b77377e45863fb637a5b5ad17ff746033d9edb5ef82520f2c1e4138a904f64"
|
||||
|
||||
[metadata.files]
|
||||
ansible = [
|
||||
{file = "ansible-3.0.0.tar.gz", hash = "sha256:843aa807813318b0c8a6684a2895c74a4ccfb3c01d2bb41a53856b2434ebaaec"},
|
||||
{file = "ansible-3.4.0.tar.gz", hash = "sha256:ca34e2c0c3f92cad5e528c94c133e620845feb11cc62f42e98d28271fe5bd924"},
|
||||
]
|
||||
ansible-base = [
|
||||
{file = "ansible-base-2.10.5.tar.gz", hash = "sha256:33ae323923b841f3d822f355380ce7c92610440362efeed67b4b39db41e555af"},
|
||||
{file = "ansible-base-2.10.9.tar.gz", hash = "sha256:04635d3e08fc29358c76b8e7f1e9db0ce443fb09ce30b2acc6cacaad165f2151"},
|
||||
]
|
||||
anyconfig = [
|
||||
{file = "anyconfig-0.10.1-py2.py3-none-any.whl", hash = "sha256:60c795cc6ef3e6f0a74182c52dfa6e8825d852b2b9128404e1aef3b84ca077a4"},
|
||||
|
@ -35,8 +35,8 @@ version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "5.4.1"
|
||||
ansible = {version = "3.0.0", optional = true}
|
||||
ansible-base = {version = "2.10.5", optional = true}
|
||||
ansible = {version = "3.4.0", optional = true}
|
||||
ansible-base = {version = "2.10.9", optional = true}
|
||||
anyconfig = "0.10.1"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user