aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-04-17 15:43:43 +0000
committerGravatar Johannes Christ <[email protected]>2025-04-18 09:43:44 +0200
commit3a266af87187788c0dec3898fc373da7820e5d36 (patch)
tree3e1aa2d67be61cdc87639d79900421de22b65867 /pyproject.toml
parentFix ssh secret mounting (diff)
Update poetry
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | ansible-lint | 25.1.3 | 25.2.1 | | pypi | mkdocs-material | 9.6.9 | 9.6.12 | | pypi | ruff | 0.11.2 | 0.11.6 |
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 49c1eab..ef017b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,12 +11,12 @@ package-mode = false
python = ">3.11,<4.0"
pre-commit = "4.2.0"
-ruff = "0.11.2"
+ruff = "0.11.6"
taskipy = "1.14.1"
[tool.poetry.group.ansible.dependencies]
ansible-core = "^2.17.0"
-ansible-lint = { version = "25.1.3", markers = "platform_system != 'Windows'" }
+ansible-lint = { version = "25.2.1", markers = "platform_system != 'Windows'" }
dnspython = "2.7.0"
[tool.poetry.group.dns.dependencies]