diff options
author | 2024-08-16 16:30:22 +0100 | |
---|---|---|
committer | 2024-08-16 16:30:22 +0100 | |
commit | db8cdae0d77e0e9740a67bf7023d408bd784e886 (patch) | |
tree | 281c524de54a3a84892058195c2bac158087e395 /pyproject.toml | |
parent | Revert "Deliver mails as maildir" (diff) |
Update poetry (#447)
| datasource | package | from | to |
| ---------- | ------------ | ------ | ------ |
| pypi | ansible-core | 2.17.2 | 2.17.3 |
| pypi | ruff | 0.5.7 | 0.6.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 336c456..5c6ef7b 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.5.7" +ruff = "0.6.0" taskipy = "1.13.0" [tool.poetry.group.ansible.dependencies] |