mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 22:00:40 +00:00
fix(deps): update dependency ansible-core to v2.14.4 (#570)
This commit is contained in:
parent
6d18b52e78
commit
1843140b76
8
poetry.lock
generated
8
poetry.lock
generated
@ -17,14 +17,14 @@ ansible-core = ">=2.14.3,<2.15.0"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-core"
|
||||
version = "2.14.3"
|
||||
version = "2.14.4"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "ansible-core-2.14.3.tar.gz", hash = "sha256:093a4bc4a1259eaeb56ea37ec1d33cf1836c88f39281d89197f8d3480e068a58"},
|
||||
{file = "ansible_core-2.14.3-py3-none-any.whl", hash = "sha256:a4b36bfdd7aa3534d449e9ae6a9fd82d8e513fda8caaf5d18e1e27d217151c8c"},
|
||||
{file = "ansible-core-2.14.4.tar.gz", hash = "sha256:90b260bc264901d35fb1f0753f2b650813f54cfe6476540afbc6b25ef541ef14"},
|
||||
{file = "ansible_core-2.14.4-py3-none-any.whl", hash = "sha256:3915ef89f74ffd6277e534b4f14843d2425a3e7bb6ffae26eecd4cc571d020cc"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -798,4 +798,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "1c27e37bfab7033413795caa6d6a2a30ae495c6343aba40f7612891e3d34c9f3"
|
||||
content-hash = "668fa4cf301a79b09ab17a01cb6309273efb7519527a18e0a67f281175d983b2"
|
||||
|
@ -35,7 +35,7 @@ version = "0.0.0"
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "6.0"
|
||||
ansible = {version = "7.3.0", optional = true}
|
||||
ansible-core = {version = "2.14.3", optional = true}
|
||||
ansible-core = {version = "2.14.4", optional = true}
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.6"
|
||||
|
Loading…
Reference in New Issue
Block a user