From 55567143ab2598b64da9a8025f0de659e5b62aad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 8 Sep 2023 08:49:43 -0400 Subject: [PATCH 1/2] Update cwltool from 3.1.20230213100550 to 3.1.20230906142556 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5140afdf0..598f85750 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ cryptography # use cwltool gpu-enabled support until integrated within the original tool # (https://github.com/common-workflow-language/common-workflow-language/issues/587) ### git+https://github.com/crim-ca/cwltool@docker-gpu#egg=cwltool; python_version >= "3" -cwltool==3.1.20230213100550 +cwltool==3.1.20230906142556 docker duration esgf-compute-api @ git+https://github.com/ESGF/esgf-compute-api.git@v2.3.7 From 2d84bb0b62981a427ac27261ea0a9d8c2b8c244c Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Fri, 8 Sep 2023 10:32:14 -0400 Subject: [PATCH 2/2] update `cwltool` for available python versions --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 598f85750..775eecfc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,8 @@ cryptography # use cwltool gpu-enabled support until integrated within the original tool # (https://github.com/common-workflow-language/common-workflow-language/issues/587) ### git+https://github.com/crim-ca/cwltool@docker-gpu#egg=cwltool; python_version >= "3" -cwltool==3.1.20230906142556 +cwltool==3.1.20230719185429; python_version <= "3.6" # pyup: ignore +cwltool==3.1.20230906142556; python_version >= "3.7" docker duration esgf-compute-api @ git+https://github.com/ESGF/esgf-compute-api.git@v2.3.7