From ecd877230f13aaf1097ed98f2124133baf4aade6 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Fri, 22 Jul 2022 14:01:07 +0000 Subject: [PATCH] Bump Python requirement sh to 1.14.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d792cca..d4f2c2b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ peewee==3.14.10 Pillow>=9.0 python-gitlab==2.7.1 python-gnupg==0.4.8 -sh==1.14.2 +sh==1.14.3 shapely==1.8.2 tenacity==8.0.1 -- GitLab