We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b613c commit a237e2bCopy full SHA for a237e2b
requirements/tools.txt
@@ -272,7 +272,7 @@ sphinx==4.2.0
272
# -r requirements/tools.in
273
# sphinx-codeautolink
274
# sphinx-rtd-theme
275
-sphinx-codeautolink==0.4.0
+sphinx-codeautolink==0.5.0
276
# via -r requirements/tools.in
277
sphinx-hoverxref==0.8b1
278
tooling/src/hypothesistooling/__main__.py
@@ -388,7 +388,7 @@ def run_tox(task, version):
388
PY36 = "3.6.15"
389
PY37 = "3.7.12"
390
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
391
-PY39 = "3.9.7"
+PY39 = "3.9.8"
392
PY310 = "3.10.0"
393
PYPY36 = "pypy3.6-7.3.3"
394
PYPY37 = "pypy3.7-7.3.7"
0 commit comments