diff options
author | 2024-07-25 18:09:04 +0000 | |
---|---|---|
committer | 2024-07-25 18:09:04 +0000 | |
commit | 7c3150d33bc6899864718289d1ee59ae7f6f0203 (patch) | |
tree | e25be4f7799686e19b0474d6ecd65d18dd5872dc /pyproject.toml | |
parent | Improve documentation (diff) |
fix(deps): update dependency ruff to v0.5.5
| datasource | package | from | to |
| ---------- | ------- | ----- | ----- |
| pypi | ruff | 0.5.4 | 0.5.5 |
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 047bfa5..15241c8 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.4" +ruff = "0.5.5" taskipy = "1.13.0" [tool.poetry.group.ansible.dependencies] |