aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-07-20 18:34:04 +0000
committerGravatar GitHub <[email protected]>2024-07-20 18:34:04 +0000
commit157df15b4a5d4f43e550d7c0d6592013e0f2023f (patch)
treeeb932e63c9d8d6465df6d649b8b1076e2daf10ad /pyproject.toml
parentOnly template node exporter for Ansible hosts (diff)
fix(deps): update dependency ruff to v0.5.4
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.5.3 | 0.5.4 |
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6ca6121..58e77b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ package-mode = false
python = ">3.11,<4.0"
pre-commit = "3.7.1"
-ruff = "0.5.3"
+ruff = "0.5.4"
taskipy = "1.13.0"
[tool.poetry.group.ansible.dependencies]