diff options
author | 2024-04-01 12:34:04 +0100 | |
---|---|---|
committer | 2024-04-01 12:34:04 +0100 | |
commit | c0f016a7684476f3f19974c771845b90aba58b26 (patch) | |
tree | 2ae728e5340bb39086512bad7c7645e84b8eb93d /pyproject.toml | |
parent | Increase 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.toml | 2 |
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" |