diff options
author | 2024-07-01 21:03:24 +0000 | |
---|---|---|
committer | 2024-07-01 21:03:24 +0000 | |
commit | 7f1f59868e43426c266323864d111cb9decdec69 (patch) | |
tree | 376156ab0bef9c75d977769520a83e4e9c3f5f03 /pyproject.toml | |
parent | Include update table in renovate commit body (diff) |
Update poetry
| datasource | package | from | to |
| ---------- | ------------ | ------ | ------ |
| pypi | ansible-core | 2.17.0 | 2.17.1 |
| pypi | ansible-lint | 24.2.2 | 24.6.1 |
| pypi | octodns | 1.8.0 | 1.9.1 |
| pypi | ruff | 0.4.9 | 0.5.0 |
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] |