From eb05de3a56568bbe532682bc882f3fa234364162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 05:51:11 +0000 Subject: [PATCH] Update dependency shapely to v2.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3771599be5..9f98bff2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ recommend = [ "pyramid-debugtoolbar==4.12.1", "qrcode==7.4.2", "image==1.5.33", - "shapely==2.0.4", + "shapely==2.0.5", "SQLAlchemy==2.0.32", "pyaml-env==1.2.1", "urllib3==2.2.2",