diff options
author | 2024-07-10 21:25:27 +0100 | |
---|---|---|
committer | 2024-07-10 21:25:27 +0100 | |
commit | 8028769354146a820676f00cdf668430205e402a (patch) | |
tree | 1a59449a780e27523173afcb9c2d8fb12272241c /pyproject.toml | |
parent | Bump mogno mem requests and limit (diff) |
Update dependency ansible-lint to v24.7.0 (#404)
| datasource | package | from | to |
| ---------- | ------------ | ------ | ------ |
| pypi | ansible-lint | 24.6.1 | 24.7.0 |
Co-authored-by: renovate[bot] <29139614+renovate[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 30e6c47..c932b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ taskipy = "1.13.0" [tool.poetry.group.ansible.dependencies] ansible-core = "^2.17.0" -ansible-lint = { version = "24.6.1", markers = "platform_system != 'Windows'" } +ansible-lint = { version = "24.7.0", markers = "platform_system != 'Windows'" } dnspython = "2.6.1" [tool.poetry.group.dns.dependencies] |