aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 12:34:04 +0100
committerGravatar GitHub <[email protected]>2024-04-01 12:34:04 +0100
commitc0f016a7684476f3f19974c771845b90aba58b26 (patch)
tree2ae728e5340bb39086512bad7c7645e84b8eb93d /pyproject.toml
parentIncrease King Arthur memory (diff)
Bump ansible from 9.3.0 to 9.4.0 (#199)
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.3.0 to 9.4.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/9.3.0...9.4.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> 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 218bf82..a102ad3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.3.4"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
-ansible = "9.3.0"
+ansible = "9.4.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.6.1"