aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock16
-rw-r--r--pyproject.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock
index 9c3a6ad..0863ad9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2,17 +2,17 @@
[[package]]
name = "ansible"
-version = "8.5.0"
+version = "8.6.1"
description = "Radically simple IT automation"
optional = false
python-versions = ">=3.9"
files = [
- {file = "ansible-8.5.0-py3-none-any.whl", hash = "sha256:2749032e26b0dbc9a694528b85fd89e7f950b8c7b53606f17dd997f23ac7cc88"},
- {file = "ansible-8.5.0.tar.gz", hash = "sha256:327c509bdaf5cdb2489d85c09d2c107e9432f9874c8bb5c0702a731160915f2d"},
+ {file = "ansible-8.6.1-py3-none-any.whl", hash = "sha256:222735c32d2d2749f207e55ef740638bb97c7aaaa8b63bb7c7592d447da47584"},
+ {file = "ansible-8.6.1.tar.gz", hash = "sha256:18b397580c1f05ce5de1fe238508dd81218d278667956d2f7709320176c3ed4a"},
]
[package.dependencies]
-ansible-core = ">=2.15.5,<2.16.0"
+ansible-core = ">=2.15.6,<2.16.0"
[[package]]
name = "ansible-compat"
@@ -38,13 +38,13 @@ test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus
[[package]]
name = "ansible-core"
-version = "2.15.5"
+version = "2.15.6"
description = "Radically simple IT automation"
optional = false
python-versions = ">=3.9"
files = [
- {file = "ansible-core-2.15.5.tar.gz", hash = "sha256:8cc539cb8d4349af3ffd901c70722f7a7a203ae6427ddac95ffdf546a6e41602"},
- {file = "ansible_core-2.15.5-py3-none-any.whl", hash = "sha256:3efa234de5fce79ec98853f3369535b27cacd7ce498495b996030cd15c373735"},
+ {file = "ansible-core-2.15.6.tar.gz", hash = "sha256:351278fb8685fec1d645e2ddcfdca0c73456ff1db06426b86b6dd53774f7d7ba"},
+ {file = "ansible_core-2.15.6-py3-none-any.whl", hash = "sha256:fab3a5994482991274cae17500ca852007dbd76f564418f172f07cb00edbb293"},
]
[package.dependencies]
@@ -1249,4 +1249,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "58053e28d1bb54340a1989c0fd37fc50d99940d1f0a34515f948f94e3d2f6610"
+content-hash = "5fe9a0bbf647f837ce185f5a073ff04c852a8bb5a744bb51921b61e739f8ffac"
diff --git a/pyproject.toml b/pyproject.toml
index 99fefb8..948e721 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.1.5"
taskipy = "1.12.0"
[tool.poetry.group.ansible.dependencies]
-ansible = "8.5.0"
+ansible = "8.6.1"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.4.2"