From 00feed390a7ab63186f3edca015b5055b39e24c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:35:06 +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 3d8c21d177..c30b93b691 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.31", "pyaml-env==1.2.1", "urllib3==2.2.2",