From 27dfb5a94f5c89a9d63448f1414de6e5029bc53a Mon Sep 17 00:00:00 2001 From: Pieter Robberechts Date: Fri, 27 Oct 2023 09:47:05 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 200d7ec..d8b52f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,5 +93,5 @@ module = ["tests.*"] disallow_untyped_defs = false [build-system] -requires = ["poetry>=1.0.0"] +requires = ["poetry>=1.2.0a1"] build-backend = "poetry.masonry.api"