Skip to content

Commit a237e2b

Browse files
committed
Update pinned dependencies
1 parent b5b613c commit a237e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
277277
sphinx-hoverxref==0.8b1
278278
# via -r requirements/tools.in

tooling/src/hypothesistooling/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def run_tox(task, version):
388388
PY36 = "3.6.15"
389389
PY37 = "3.7.12"
390390
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
391-
PY39 = "3.9.7"
391+
PY39 = "3.9.8"
392392
PY310 = "3.10.0"
393393
PYPY36 = "pypy3.6-7.3.3"
394394
PYPY37 = "pypy3.7-7.3.7"

0 commit comments

Comments
 (0)