diff options
author | 2023-11-29 09:59:24 +0000 | |
---|---|---|
committer | 2023-11-29 09:59:24 +0000 | |
commit | b9b8639f44c55c680bf47591c2ff561ff2c565a3 (patch) | |
tree | cbf267276e8271e7d4d5c479c7bbfc9afb82126c /pyproject.toml | |
parent | Bump cryptography from 41.0.4 to 41.0.6 (diff) |
Bump ansible from 8.6.1 to 9.0.1 (#161)
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 8.6.1 to 9.0.1.
- [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/8.6.1...9.0.1)
---
updated-dependencies:
- dependency-name: ansible
dependency-type: direct:development
update-type: version-update:semver-major
...
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 b78d659..0acd6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ruff = "0.1.6" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] -ansible = "8.6.1" +ansible = "9.0.1" ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" } dnspython = "2.4.2" |