aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-04-27 19:08:19 +0100
committerGravatar Chris Lovering <[email protected]>2024-04-27 19:09:48 +0100
commit5e12e8c47c59e9c5fda6304f684611b40eb9916b (patch)
tree4b2de5182c3679cb3db6fc32c6e8230e087a53b3 /pyproject.toml
parentBump ruff from 0.3.7 to 0.4.1 (diff)
Bump ansible to 9.5.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b336322..80baa07 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.4.2"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
-ansible = "9.4.0"
+ansible = "9.5.1"
ansible-lint = { version = "24.2.2", markers = "platform_system != 'Windows'" }
dnspython = "2.6.1"