Skip to content

Commit a2879ac

Browse files
committed
Bump versions of dependencies
1 parent a5a692e commit a2879ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
from setuptools import setup
66

77
GENERIC_REQ = [
8-
"six==1.10.0",
9-
'GitPython==2.1.8',
10-
"twine==1.9.1"
8+
"six==1.11.0",
9+
'GitPython==2.1.11',
10+
"twine==1.12.1"
1111
]
1212

1313
CODE_QUALITY_REQ = [
1414
'prospector',
1515
]
1616

1717
TESTS_REQ = [
18-
'tox==2.7.0',
18+
'tox==3.4.0',
1919
'mock==2.0.0',
20-
'pytest==3.3.1',
21-
'pytest-cov==2.5.1',
22-
'pytest-html==1.16.0',
23-
'pytest-sugar==0.9.0',
20+
'pytest==3.8.2',
21+
'pytest-cov==2.6.0',
22+
'pytest-html==1.19.0',
23+
'pytest-sugar==0.9.1',
2424
]
2525

2626

0 commit comments

Comments
 (0)