From 7bc19c0de3cdc07ed62e27da259aceca524a0c76 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 2 Aug 2025 16:14:08 +0200 Subject: move from [tool.poetry] to [project] Poetry supports this now, and it is the standard between the Python package managers. The only thing we need to keep for now are the dependency groups, but that's fine. --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poetry.lock') diff --git a/poetry.lock b/poetry.lock index 19c12d6..1efcb87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2510,5 +2510,5 @@ test = ["zope.testing"] [metadata] lock-version = "2.1" -python-versions = "^3.11" -content-hash = "2a783d3d70463e01e91f4c20034c392e5a95a08e74632e41ede93d650f3c86e7" +python-versions = ">=3.11" +content-hash = "25d574fa9b0e6d5b287d26edaec91cccaea35dad8249c193ffe1881151be88e0" -- cgit v1.2.3