Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Nov 8, 2021
1 parent b5b613c commit a237e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ sphinx==4.2.0
# -r requirements/tools.in
# sphinx-codeautolink
# sphinx-rtd-theme
sphinx-codeautolink==0.4.0
sphinx-codeautolink==0.5.0
# via -r requirements/tools.in
sphinx-hoverxref==0.8b1
# via -r requirements/tools.in
Expand Down
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def run_tox(task, version):
PY36 = "3.6.15"
PY37 = "3.7.12"
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
PY39 = "3.9.7"
PY39 = "3.9.8"
PY310 = "3.10.0"
PYPY36 = "pypy3.6-7.3.3"
PYPY37 = "pypy3.7-7.3.7"
Expand Down

0 comments on commit a237e2b

Please sign in to comment.