Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup: add upper bound to reana-db #67

Merged
merged 2 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest_reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.0a1"
__version__ = "0.7.0a2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"pytest-cache>=1.0,<2.0",
"pytest-cov>=2.8.0,<3.0",
"pytest>=4.6.0,<5.0.0",
"reana-commons[kubernetes]>=0.7.0.dev20200203",
"reana-db>=0.7.0.dev20200206",
"reana-commons[kubernetes]>=0.7.0.dev20200203,<0.8.0",
"reana-db>=0.7.0.dev20200206,<0.8.0",
"swagger_spec_validator>=2.1.0,<3.0",
]
packages = find_packages()
Expand Down