From 401ddde75acca48f3a4b7592802eee94db819c31 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Mon, 14 Oct 2024 20:43:41 +0200 Subject: [PATCH] Update poetry dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97e910f..b53e823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ include = [ [tool.poetry.dependencies] python = "^3.9" -poetry = { git = "https://github.com/Secrus/poetry.git", branch = "remove-shell" } +poetry = ">=1.8.0,<3.0.0" pexpect = "^4.7.0" shellingham = "^1.5"