diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 69cb7da..62dadcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,12 @@ package-mode = false python = ">3.11,<4.0" pre-commit = "3.7.1" -ruff = "0.4.9" +ruff = "0.5.0" taskipy = "1.13.0" [tool.poetry.group.ansible.dependencies] ansible-core = "^2.17.0" -ansible-lint = { version = "24.2.2", markers = "platform_system != 'Windows'" } +ansible-lint = { version = "24.6.1", markers = "platform_system != 'Windows'" } dnspython = "2.6.1" [tool.poetry.group.dns.dependencies] |