From 11c603ccf387fe5bf2d41aeca1b66ffbaddc32f7 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 4 Dec 2023 14:43:33 +0100 Subject: [PATCH] installation: bump shared modules --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db961729..004527b4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ history = open("CHANGES.rst").read() tests_require = [ - "pytest-reana>=0.9.1,<0.10.0", + "pytest-reana>=0.9.2,<0.10.0", ] extras_require = { @@ -45,7 +45,7 @@ "click>=7", "pathspec==0.9.0", "jsonpointer>=2.0", - "reana-commons[yadage,snakemake,cwl]>=0.9.4a3,<0.10.0", + "reana-commons[yadage,snakemake,cwl]>=0.9.5,<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'",