mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
fix(deps): update dependency ansible to v4.7.0 (#243)
This commit is contained in:
parent
d9ce48a6d7
commit
4c25ae26ef
8
poetry.lock
generated
8
poetry.lock
generated
@ -1,13 +1,13 @@
|
||||
[[package]]
|
||||
name = "ansible"
|
||||
version = "4.6.0"
|
||||
version = "4.7.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-core = ">=2.11.5,<2.12"
|
||||
ansible-core = ">=2.11.6,<2.12"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-core"
|
||||
@ -711,11 +711,11 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "5326d53ba8924dec12a0971a800b2bafbf0988e952e5098e38035fceec983069"
|
||||
content-hash = "2f4cd6601e91aa22be3032a93982be74c652c3aeb3b6a1d9a87ddc15722a18b3"
|
||||
|
||||
[metadata.files]
|
||||
ansible = [
|
||||
{file = "ansible-4.6.0.tar.gz", hash = "sha256:2955fcbf51367f8bd88c38a86f8be83d4fcd05f778afb4feed31abfe8dcff639"},
|
||||
{file = "ansible-4.7.0.tar.gz", hash = "sha256:0b7c52ec51e326941aa1af5affd9bfed9c1bfc61619c1c4210dce1665a4c4b29"},
|
||||
]
|
||||
ansible-core = [
|
||||
{file = "ansible-core-2.11.6.tar.gz", hash = "sha256:93d50283c7c5b476debf83dc089b3f679b939a8b9a7b5d628d28daafbb3d303a"},
|
||||
|
@ -35,7 +35,7 @@ version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "5.4.1"
|
||||
ansible = {version = "4.6.0", optional = true}
|
||||
ansible = {version = "4.7.0", optional = true}
|
||||
ansible-core = {version = "2.11.6", optional = true}
|
||||
anyconfig = "0.12.0"
|
||||
appdirs = "1.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user