diff options
| author | 2023-09-04 09:58:42 +0100 | |
|---|---|---|
| committer | 2023-09-04 09:58:42 +0100 | |
| commit | 0fcef6c856eaea44ceb28deac0cddd152601ad59 (patch) | |
| tree | 475115f69c7633b15d7a56d8765fc38d88a058d7 /pyproject.toml | |
| parent | Correct meeting title (diff) | |
Bump deps to latest
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 629b0ca..ac20407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.*" -pre-commit = "3.3.3" -ruff = "0.0.286" +pre-commit = "3.4.0" +ruff = "0.0.287" taskipy = "1.12.0" [tool.poetry.group.ansible.dependencies] |