Skip to content

Commit daa0ff5

Browse files
Update dependency sphinxcontrib-htmlhelp to <=2.1.0 (#32)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sphinxcontrib-htmlhelp](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp) ([changelog](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst)) | `<=2.0.1` → `<=2.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinxcontrib-htmlhelp/2.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinxcontrib-htmlhelp/2.0.1/2.1.0?slim=true) | --- ### Release Notes <details> <summary>sphinx-doc/sphinxcontrib-htmlhelp (sphinxcontrib-htmlhelp)</summary> ### [`v2.1.0`](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/HEAD/CHANGES.rst#Release-210-2024-07-28) [Compare Source](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.6...2.1.0) \========================== - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions - Escape HTML entities ### [`v2.0.6`](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/HEAD/CHANGES.rst#Release-206-2024-07-20) [Compare Source](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.5...2.0.6) \========================== - Fix tests for Sphinx 7.4 and later. ### [`v2.0.5`](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/HEAD/CHANGES.rst#Release-205-2024-01-13) [Compare Source](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.4...2.0.5) \========================== - Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies. ### [`v2.0.4`](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/HEAD/CHANGES.rst#Release-204-2023-08-14) [Compare Source](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.3...2.0.4) \========================== - Use `os.PathLike` over `pathlib.Path` ### [`v2.0.3`](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/HEAD/CHANGES.rst#Release-203-2023-08-09) [Compare Source](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.2...2.0.3) \========================== - Fix tests for Sphinx 7.1 and below ### [`v2.0.2`](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/HEAD/CHANGES.rst#Release-202-2023-08-07) [Compare Source](https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.1...2.0.2) \========================== - Drop support for Python 3.8 - Raise minimum required Sphinx version to 5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nocarryr/python-dispatch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
1 parent 9a5f797 commit daa0ff5

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

sphinx-plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"sphinx<5.0.0",
3333
"sphinxcontrib-applehelp<=2.0.0",
3434
"sphinxcontrib-devhelp<=1.0.6",
35-
"sphinxcontrib-htmlhelp<=2.0.1",
35+
"sphinxcontrib-htmlhelp<=2.1.0",
3636
"sphinxcontrib-serializinghtml<=1.1.10",
3737
"sphinxcontrib-qthelp<=1.0.8",
3838
"standard-imghdr; python_version >= '3.13'",

sphinx-plugin/uv.lock

Lines changed: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)