From abd5eb2328824e4539d17aa1b888b6af1eeba982 Mon Sep 17 00:00:00 2001 From: staticdev Date: Thu, 15 Dec 2022 21:33:13 +0100 Subject: [PATCH] Rollback poetry 1.2.2 --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 983dcc171..e811331f0 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,3 +1,3 @@ pip==22.3.1 -poetry==1.3.0 +poetry==1.2.2 virtualenv==20.17.1