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 87a830e..041b353 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2,17 +2,17 @@
[[package]]
name = "ansible"
-version = "9.1.0"
+version = "9.2.0"
description = "Radically simple IT automation"
optional = false
python-versions = ">=3.10"
files = [
- {file = "ansible-9.1.0-py3-none-any.whl", hash = "sha256:bd88f16ca4b4dadfec78723f982c0f04e5481c6be497ccb43ea3b40fded39126"},
- {file = "ansible-9.1.0.tar.gz", hash = "sha256:5ad94991fb0e0e53a770a9ffcf1b68047f61b2282d948a7d2682ecd8fb8fa1bf"},
+ {file = "ansible-9.2.0-py3-none-any.whl", hash = "sha256:39b19c252800aeed531413a626ccd07473b79615a3cea77568a1624c1aefaf7c"},
+ {file = "ansible-9.2.0.tar.gz", hash = "sha256:a207a4a00a45e5cd178a7f94ca42afe26f23c9d27be49901ea8c45d18a07b7c6"},
]
[package.dependencies]
-ansible-core = ">=2.16.1,<2.17.0"
+ansible-core = ">=2.16.3,<2.17.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.16.1"
+version = "2.16.3"
description = "Radically simple IT automation"
optional = false
python-versions = ">=3.10"
files = [
- {file = "ansible-core-2.16.1.tar.gz", hash = "sha256:4fd1b3c86237507c67113f6770d2470f87477cd88244938d100a2d0fc37bf986"},
- {file = "ansible_core-2.16.1-py3-none-any.whl", hash = "sha256:8fc972ba6ba2161ecbde8166c0042080726c754f69ecb3ccd8c6636c98dc1c7e"},
+ {file = "ansible-core-2.16.3.tar.gz", hash = "sha256:76a8765a8586064ef073a299562e308fa2c180a75b5f7569bbd0f61d4171cdb3"},
+ {file = "ansible_core-2.16.3-py3-none-any.whl", hash = "sha256:50c9f33a5b2ee645470a77f4bf99cf35d1ffdefef60388910020b0c58534bec1"},
]
[package.dependencies]
@@ -1251,4 +1251,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "f718047e2b2a615babb3df95981e112adfbce14a9fb7b48b8b787dfc38bcbbeb"
+content-hash = "767c7835af04288138a0e3caa7037e2bece76048adf22712e1eb60455e1bdb9a"
diff --git a/pyproject.toml b/pyproject.toml
index bc0e580..8afac8e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.2.0"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
-ansible = "9.1.0"
+ansible = "9.2.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.5.0"