mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 06:10:42 +00:00
fix(deps): update dependency ansible to v6.2.0 (#425)
This commit is contained in:
parent
5f37e636ec
commit
89e0e38e2a
10
poetry.lock
generated
10
poetry.lock
generated
@ -1,13 +1,13 @@
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible"
|
name = "ansible"
|
||||||
version = "6.1.0"
|
version = "6.2.0"
|
||||||
description = "Radically simple IT automation"
|
description = "Radically simple IT automation"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
ansible-core = ">=2.13.1,<2.14.0"
|
ansible-core = ">=2.13.2,<2.14.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ansible-core"
|
name = "ansible-core"
|
||||||
@ -694,12 +694,12 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8.0"
|
python-versions = "^3.8.0"
|
||||||
content-hash = "abdeb7b2e8541e1dc61f1dd2134dddec7178b41c60ee4ac6f8a9e1c4a2c785b3"
|
content-hash = "3de884e60a1165e9a2f6f608ef922cb6ff39c6c10b91c4e7ef150ff10dd350d5"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
{file = "ansible-6.1.0-py3-none-any.whl", hash = "sha256:52c89558d4ab8238828f1b98f653b148738065895cefbef9c174beb663bea3a0"},
|
{file = "ansible-6.2.0-py3-none-any.whl", hash = "sha256:20625109c4e9c79e9e23bff6d1e32a780d13935007369111261a7ddfd3cf75b1"},
|
||||||
{file = "ansible-6.1.0.tar.gz", hash = "sha256:91e4b23945f190aaa123c6ba4f8accb8e7f8905991bd3bb19b89afbdca456822"},
|
{file = "ansible-6.2.0.tar.gz", hash = "sha256:bdaf2b2fd926ff189fbde2fefe7234733f32c36fc413033fa5d93945fbdc06a6"},
|
||||||
]
|
]
|
||||||
ansible-core = [
|
ansible-core = [
|
||||||
{file = "ansible-core-2.13.2.tar.gz", hash = "sha256:b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb"},
|
{file = "ansible-core-2.13.2.tar.gz", hash = "sha256:b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb"},
|
||||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
PyYAML = "6.0"
|
PyYAML = "6.0"
|
||||||
ansible = {version = "6.1.0", optional = true}
|
ansible = {version = "6.2.0", optional = true}
|
||||||
ansible-core = {version = "2.13.2", optional = true}
|
ansible-core = {version = "2.13.2", optional = true}
|
||||||
anyconfig = "0.13.0"
|
anyconfig = "0.13.0"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user