mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 01:50:39 +00:00
fix(deps): update dependency ansible to v8.3.0
This commit is contained in:
parent
5e7a8ebfe3
commit
12e7574edc
10
poetry.lock
generated
10
poetry.lock
generated
@ -2,18 +2,18 @@
|
||||
|
||||
[[package]]
|
||||
name = "ansible"
|
||||
version = "8.2.0"
|
||||
version = "8.3.0"
|
||||
description = "Radically simple IT automation"
|
||||
category = "main"
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "ansible-8.2.0-py3-none-any.whl", hash = "sha256:4b0b4f301c9d42d39597d45fdd5c6844f4ae5beeb5c003659b9fc464246a14f5"},
|
||||
{file = "ansible-8.2.0.tar.gz", hash = "sha256:935a6921ffb034aa18e6507b49e401676cd15243d6faa5e05e221008bf725c97"},
|
||||
{file = "ansible-8.3.0-py3-none-any.whl", hash = "sha256:f36b6f809743a4bca4c969178c7f4e0a960b2922c6c93ae12c08846e3acddc5a"},
|
||||
{file = "ansible-8.3.0.tar.gz", hash = "sha256:5e58001d7d6dc33e5d156ca343883b613ec988f69364b0a43f7124fe4b5be2f2"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
ansible-core = ">=2.15.2,<2.16.0"
|
||||
ansible-core = ">=2.15.3,<2.16.0"
|
||||
|
||||
[[package]]
|
||||
name = "ansible-core"
|
||||
@ -977,4 +977,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "6ede32836a6c97435b65a939387739626edd4baa436bb660dff3d6eb60150de3"
|
||||
content-hash = "529fa0f326e63d57cb500399702b5536c3f708d76bba83ce972ab129f8931c1c"
|
||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "6.0.1"
|
||||
ansible = {version = "8.2.0", optional = true}
|
||||
ansible = {version = "8.3.0", optional = true}
|
||||
ansible-core = {version = "2.15.3", optional = true}
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user