From 75ae94e110f5e17ea48a1669c41d05500ea354d2 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Thu, 14 Nov 2019 09:08:33 +0100 Subject: [PATCH] Align dependencies with Rally --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 071cfd0a690b2..91652c9b2b533 100644 --- a/setup.py +++ b/setup.py @@ -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" ] @@ -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": [