Skip to content

Commit 47e3fe3

Browse files
author
Dmitriy Gumeniuk
authored
Merge pull request #162 from iivanou/pin_client_version
Update common client version requirement
2 parents bb9fc8a + 653a40b commit 47e3fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ def read_file(fname):
88
return f.read()
99

1010

11-
version = '1.0.9'
11+
version = '1.10.0'
1212

1313

1414
requirements = [
15-
'reportportal-client>=3.2.3',
15+
'reportportal-client~=3.0',
1616
'pytest>=3.0.7',
1717
'six>=1.10.0',
1818
'dill>=0.2.7.1',

0 commit comments

Comments
 (0)