From bda0c3812516bfe9e315f0070da3e4e759fe8f26 Mon Sep 17 00:00:00 2001 From: Tim Van Campenhout Date: Wed, 29 Mar 2023 13:15:22 +0200 Subject: [PATCH 1/2] #164 update crabpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ea1060..8cf0849 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Tested and approved with these versions pyramid==2.0.0 -crabpy==0.15.0 +crabpy==0.16.0 pycountry==18.12.8 ; python_version < '3.0' pycountry==22.3.5 ; python_version >= '3.4' From 62b80b1d4fe48f3172969940362ebd2fabef9e5e Mon Sep 17 00:00:00 2001 From: Tim Van Campenhout Date: Wed, 29 Mar 2023 14:02:59 +0200 Subject: [PATCH 2/2] #164 update crabpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cf0849..36ec640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Tested and approved with these versions pyramid==2.0.0 -crabpy==0.16.0 +crabpy==0.16.1 pycountry==18.12.8 ; python_version < '3.0' pycountry==22.3.5 ; python_version >= '3.4'