diff options
author | 2024-08-30 15:10:13 +0000 | |
---|---|---|
committer | 2024-08-30 15:10:13 +0000 | |
commit | 39b99deebaa863c3ff1d740c65a4b377bcb07a26 (patch) | |
tree | 24626722c8083f0abafc6d8854f968d74cfc507b /pyproject.toml | |
parent | Feed Dovecot maildir stats into Prometheus (diff) |
Update dependency ruff to v0.6.3
| datasource | package | from | to |
| ---------- | ------- | ----- | ----- |
| pypi | ruff | 0.6.2 | 0.6.3 |
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 ec6a562..c4b90a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false python = ">3.11,<4.0" pre-commit = "3.8.0" -ruff = "0.6.2" +ruff = "0.6.3" taskipy = "1.13.0" [tool.poetry.group.ansible.dependencies] |