aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-11 02:37:24 +0000
committerGravatar GitHub <[email protected]>2023-12-11 02:37:24 +0000
commitf50126b77b9e992b51a6178783ed20ca7949607f (patch)
tree176b04a321f61b270387e036e43942d6588edd02 /pyproject.toml
parentBump ruff from 0.1.6 to 0.1.7 (#166) (diff)
Bump ansible from 9.0.1 to 9.1.0 (#167)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 7b0537e..9b24c55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.1.7"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
-ansible = "9.0.1"
+ansible = "9.1.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.4.2"