We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2441879 commit b597542Copy full SHA for b597542
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.9", "crosshair-tool>=0.0.63"],
+ "crosshair": ["hypothesis-crosshair>=0.0.11", "crosshair-tool>=0.0.65"],
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