diff options
author | 2024-07-20 18:34:04 +0000 | |
---|---|---|
committer | 2024-07-20 18:34:04 +0000 | |
commit | 157df15b4a5d4f43e550d7c0d6592013e0f2023f (patch) | |
tree | eb932e63c9d8d6465df6d649b8b1076e2daf10ad /pyproject.toml | |
parent | Only 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.toml | 2 |
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] |