Skip to content

Commit 72dc908

Browse files
committed
installation: bump shared modules
1 parent 106ac98 commit 72dc908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python-dateutil==2.8.2 # via bravado, bravado-core, prov
4444
pytz==2021.3 # via bravado-core, fs
4545
pyyaml==5.4.1 # via bravado, bravado-core, reana-commons
4646
rdflib==5.0.0 # via cwltool, prov, schema-salad
47-
reana-commons==0.8.0a34 # via reana-workflow-engine-cwl (setup.py)
47+
reana-commons==0.8.0 # via reana-workflow-engine-cwl (setup.py)
4848
requests==2.26.0 # via bravado, cachecontrol, cwltool, schema-salad
4949
rfc3987==1.3.8 # via jsonschema
5050
ruamel.yaml.clib==0.2.6 # via ruamel.yaml

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
history = open("CHANGES.rst").read()
2020

2121
tests_require = [
22-
"pytest-reana>=0.8.0a7,<0.9.0",
22+
"pytest-reana>=0.8.0,<0.9.0",
2323
]
2424

2525
extras_require = {
@@ -40,7 +40,7 @@
4040

4141
install_requires = [
4242
"cwltool==3.1.20210628163208",
43-
"reana-commons>=0.8.0a34,<0.9.0",
43+
"reana-commons>=0.8.0,<0.9.0",
4444
]
4545

4646
packages = find_packages()

0 commit comments

Comments
 (0)