diff options
author | 2024-04-15 03:56:58 -0500 | |
---|---|---|
committer | 2024-04-15 09:56:58 +0100 | |
commit | f61a5c972b675c242641adeb7ea26159e1406558 (patch) | |
tree | 2a20619212948233bb9e335e12b67d053fa5b0b1 /pyproject.toml | |
parent | Add ghcr secret to new bots namespace (diff) |
Bump ansible-lint version (#221)
Removing extra that no longer exists
Signed-off-by: Bradley Reynolds <[email protected]>
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 887b26b..9586ebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] ansible = "9.4.0" -ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" } +ansible-lint = { version = "24.2.2", markers = "platform_system != 'Windows'" } dnspython = "2.6.1" [tool.taskipy.tasks] |