We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24926fd commit 0b3952aCopy full SHA for 0b3952a
hypothesis-python/setup.py
@@ -60,7 +60,7 @@ def local_file(name):
60
"pytest": ["pytest>=4.6"],
61
"dpcontracts": ["dpcontracts>=0.4"],
62
"redis": ["redis>=3.0.0"],
63
- "crosshair": ["hypothesis-crosshair>=0.0.13", "crosshair-tool>=0.0.68"],
+ "crosshair": ["hypothesis-crosshair>=0.0.13", "crosshair-tool>=0.0.70"],
64
# zoneinfo is an odd one: every dependency is conditional, because they're
65
# only necessary on old versions of Python or Windows systems or emscripten.
66
"zoneinfo": [
0 commit comments