From 4aeaa2cadfc2fbc8d6879a9179763d2d5bc12003 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Wed, 9 Aug 2023 18:19:41 +0200 Subject: [PATCH] installation: bump shared modules --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 784f7a45..60845d6c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "click>=7", "pathspec==0.9.0", "jsonpointer>=2.0", - "reana-commons[yadage,snakemake,cwl]>=0.9.3a2,<0.10.0", + "reana-commons[yadage,snakemake,cwl]>=0.9.3a4,<0.10.0", "tablib>=0.12.1,<0.13", "werkzeug>=0.14.1 ; python_version<'3.10'", "werkzeug>=0.15.0 ; python_version>='3.10'",