diff options
author | 2024-07-16 22:53:49 +0000 | |
---|---|---|
committer | 2024-07-18 01:07:06 +0100 | |
commit | 13adbade9adccd3eb775db028388c7c089196dc2 (patch) | |
tree | 184b46dc028e0e0f5814ed8aebc078c4a3888233 /pyproject.toml | |
parent | chore(deps): update ghost docker tag to v5.87 (diff) |
chore(deps): update poetry
| datasource | package | from | to |
| ---------- | ------------ | ------ | ------ |
| pypi | ansible-core | 2.17.1 | 2.17.2 |
| pypi | ruff | 0.5.1 | 0.5.2 |
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 c932b64..ea142bc 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.1" +ruff = "0.5.2" taskipy = "1.13.0" [tool.poetry.group.ansible.dependencies] |