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

Commit d8d38c9

Browse files
committed
Upgrade dependency hypothesis to ==3.45.0
1 parent c82d6c5 commit d8d38c9

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.44.26',
23+
'hypothesis==3.45.0',
2424
# For python 2.6
2525
'hypothesislegacysupport',
2626
]

0 commit comments

Comments
 (0)