Skip to content

Commit

Permalink
update to latest coverage, sphinx, and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed May 21, 2017
1 parent d7d6e40 commit 8318d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -18,7 +18,7 @@ def from_file(filename, fallback):


tests_require = [
'coverage==4.4',
'coverage==4.4.1',
'flake8==3.2.1',
'hypothesis==3.9.0',
'hypothesis-pytest==0.19.0',
Expand All @@ -27,7 +27,7 @@ def from_file(filename, fallback):
'pytest==3.0.7',
'pytest-benchmark==3.1.0a2',
'pytest-cov==2.5.1',
'Sphinx==1.5.5',
'Sphinx==1.6.1',
'sortedcollections==0.4.2',
'sortedcontainers==1.5.5',
]
Expand Down Expand Up @@ -64,6 +64,6 @@ def from_file(filename, fallback):
tests_require=tests_require,
extras_require=dict(
test=tests_require,
dev=tests_require + ['pre-commit==0.13.6', 'tox==2.7.0'],
dev=tests_require + ['pre-commit==0.14.0', 'tox==2.7.0'],
),
)

0 comments on commit 8318d28

Please sign in to comment.