File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
tooling/src/hypothesistooling Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ The argument for this parameter is a list with elements drawn from any of
2323the class-level attributes of the HealthCheck class.
2424Using a value of ``HealthCheck.all() `` will disable all health checks.
2525
26- .. module :: hypothesis
27- .. autoclass :: HealthCheck
26+ .. autoclass :: hypothesis.HealthCheck
2827 :undoc-members:
2928 :inherited-members:
3029 :exclude-members: all
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ sphinx==4.2.0
272272 # -r requirements/tools.in
273273 # sphinx-codeautolink
274274 # sphinx-rtd-theme
275- sphinx-codeautolink==0.4 .0
275+ sphinx-codeautolink==0.5 .0
276276 # via -r requirements/tools.in
277277sphinx-hoverxref==0.8b1
278278 # via -r requirements/tools.in
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ def run_tox(task, version):
388388PY36 = "3.6.15"
389389PY37 = "3.7.12"
390390PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
391- PY39 = "3.9.7 "
391+ PY39 = "3.9.8 "
392392PY310 = "3.10.0"
393393PYPY36 = "pypy3.6-7.3.3"
394394PYPY37 = "pypy3.7-7.3.7"
You can’t perform that action at this time.
0 commit comments