Skip to content

Commit

Permalink
update to latest hypothesis (3.11.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Jun 29, 2017
1 parent bd1f840 commit dd0b434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,7 +20,7 @@ def from_file(filename, fallback):
tests_require = [
'coverage==4.4.1',
'flake8==3.2.1',
'hypothesis==3.11.4',
'hypothesis==3.11.6',
'hypothesis-pytest==0.19.0',
'py==1.4.34',
'pydocstyle==2.0.0',
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.14.2', 'tox==2.7.0'],
dev=tests_require + ['pre-commit==0.14.3', 'tox==2.7.0'],
),
)

0 comments on commit dd0b434

Please sign in to comment.