From 18e15859876dbc72d66fee7f5368a1e2f0a4a61e Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Fri, 18 Aug 2023 14:40:00 +0200 Subject: [PATCH] Upgrade pyinfra --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1623bfe..8c599f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "~3.8" dvc = "^2.34.0" dvc-ssh = "^2.20.0" dvc-azure = "^2.21.2" -pyinfra = { version = "1.5.9", source = "gitlab-research" } +pyinfra = { version = "dev", source = "gitlab-research" } Flask = "^2.1.1" requests = "^2.27.1" iteration-utilities = "^0.11.0"