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

Commit 3ffb96d

Browse files
committed
Upgrade dependency hypothesis to ==3.47.0
1 parent e99ce76 commit 3ffb96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run(self):
2020

2121
tests_require = [
2222
'flake8==3.5.0',
23-
'hypothesis==3.46.2',
23+
'hypothesis==3.47.0',
2424
# For python 2.6
2525
'hypothesislegacysupport',
2626
]

0 commit comments

Comments
 (0)