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

Commit 6b9c3e9

Browse files
authored
Merge pull request #118 from rtfd/doppins/hypothesis-equals-3.44.7
[Doppins] Upgrade dependency hypothesis to ==3.45.1
2 parents 493544b + 98391f7 commit 6b9c3e9

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

0 commit comments

Comments
 (0)