From 25a25142f7d9d6a6d26da38bd59dc1d3d67bc070 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Thu, 5 May 2022 14:02:47 +0000 Subject: [PATCH] Bump Python requirement shapely to 1.8.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93990bf6..f2188b6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ Pillow==9.1.0 python-gitlab==2.7.1 python-gnupg==0.4.8 sh==1.14.2 -shapely==1.8.1.post1 +shapely==1.8.2 tenacity==8.0.1 -- GitLab