From 533dc2e5a777a0f4dc9f1d197a5df1670892634f Mon Sep 17 00:00:00 2001 From: Guido Petretto Date: Tue, 19 Mar 2024 16:54:39 +0100 Subject: [PATCH] bump qtoolkit in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e2b0d01..07006871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies =[ "pydantic ~= 2.4", "fabric ~= 3.2", "tomlkit ~= 0.12", - "qtoolkit ~= 0.1, >= 0.1.3", + "qtoolkit ~= 0.1, >= 0.1.4", "typer ~= 0.9", "rich ~= 13.7", "psutil ~= 5.9",