Skip to content

Commit

Permalink
Align dependencies with Rally
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Nov 14, 2019
1 parent 2128920 commit 75ae94e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ def str_from_file(name):
install_requires = [
# License: Apache 2.0
# transitive dependency urllib3: MIT
"elasticsearch==6.2.0",
"elasticsearch==7.0.5",
# License: MIT
"tabulate==0.8.1",
"tabulate==0.8.5",
# License: MIT
"jsonschema==2.5.1",
"jsonschema==3.1.1",
# always use the latest version, these are certificate files...
# License: MPL 2.0
"certifi"
]

tests_require = [
"pytest==4.2.0",
"pytest==5.2.0",
"pytest-cov"
]

Expand All @@ -51,7 +51,7 @@ def str_from_file(name):
test_suite="tests",
tests_require=tests_require,
setup_requires=[
"pytest-runner==2.10.1",
"pytest-runner==5.1",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 75ae94e

Please sign in to comment.