diff options
| author | 2024-04-27 19:08:19 +0100 | |
|---|---|---|
| committer | 2024-04-27 19:09:48 +0100 | |
| commit | 5e12e8c47c59e9c5fda6304f684611b40eb9916b (patch) | |
| tree | 4b2de5182c3679cb3db6fc32c6e8230e087a53b3 /pyproject.toml | |
| parent | Bump 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.toml | 2 |
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" |