From 2a255d2bbf841d7cd50486b74c3b46a6fe60cccf Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 31 Jan 2023 12:40:17 +0530 Subject: [PATCH] Allow poetry-core 1.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd05a2b55004..3b15a9eaa996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -350,7 +350,7 @@ towncrier = ">=18.6.0rc1" # system changes. # We are happy to raise these upper bounds upon request, # provided we check that it's safe to do so (i.e. that CI passes). -requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"] +requires = ["poetry-core>=1.0.0,<=1.5.0", "setuptools_rust>=1.3,<=1.5.2"] build-backend = "poetry.core.masonry.api"