Skip to content

Commit

Permalink
installation: bump shared modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Dec 19, 2023
1 parent 208a8e6 commit 11c603c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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'",
Expand Down

0 comments on commit 11c603c

Please sign in to comment.