Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

[Doppins] Upgrade dependency hypothesis to ==3.47.0 #120

Merged
merged 8 commits into from
Mar 2, 2018
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

tests_require = [
'flake8==3.5.0',
'hypothesis==3.45.1',
'hypothesis==3.47.0',
# For python 2.6
'hypothesislegacysupport',
]
Expand Down