aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-02-06 21:21:25 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-08 10:54:42 +0100
commit5518fa307b6d5b12322812a0ae7cf4d0f2ed6e64 (patch)
treef0c57deee733c18d152947c725460a86f5223f70 /pyproject.toml
parentUpdate ansible (diff)
Update poetry
| datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | ansible-lint | 24.9.0 | 25.1.2 | | pypi | pre-commit | 3.8.0 | 4.1.0 |
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 329a112..30fa318 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,13 +10,13 @@ package-mode = false
[tool.poetry.dependencies]
python = ">3.11,<4.0"
-pre-commit = "3.8.0"
+pre-commit = "4.1.0"
ruff = "0.6.5"
taskipy = "1.13.0"
[tool.poetry.group.ansible.dependencies]
ansible-core = "^2.17.0"
-ansible-lint = { version = "24.9.0", markers = "platform_system != 'Windows'" }
+ansible-lint = { version = "25.1.2", markers = "platform_system != 'Windows'" }
dnspython = "2.6.1"
[tool.poetry.group.dns.dependencies]