Bump the python group across 1 directory with 2 updates by dependabot[bot] · Pull Request #514 · pyvec/docs.pyvec.org (original) (raw)
Updates the requirements on sphinx and uv-build to permit the latest version.
Updates sphinx to 9.1.0
Release notes
Sourced from sphinx's releases.
Sphinx 9.1.0
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Dependencies
Features added
- Add
add_static_dir()for copying static assets from extensions to the build output. Patch by Jared DillardBugs fixed
- #14189: autodoc: Fix duplicate
:no-index-entry:for modules. Patch by Adam Turner- #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
- Fix tests for Python 3.15. Patch by Adam Turner
- #14089: autodoc: Fix default option parsing. Patch by Adam Turner
- Remove incorrect static typing assertions. Patch by Adam Turner
- #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
- LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
- #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
- #14207: Fix creating
HTMLThemeFactoryobjects in third-party extensions. Patch by Adam Turner- #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
- #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
- #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
- LaTeX: Fix accidental removal at
3.5.0(#8854) of the documentation ofliteralblockcapposkey of sphinxsetup. Patch by Jean-François B.
Changelog
Sourced from sphinx's changelog.
Release 9.1.0 (released Dec 31, 2025)
Dependencies
Features added
- Add :meth:
~sphinx.application.Sphinx.add_static_dirfor copying static assets from extensions to the build output. Patch by Jared DillardBugs fixed
- #14189: autodoc: Fix duplicate
:no-index-entry:for modules. Patch by Adam Turner- #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
- Fix tests for Python 3.15. Patch by Adam Turner
- #14089: autodoc: Fix default option parsing. Patch by Adam Turner
- Remove incorrect static typing assertions. Patch by Adam Turner
- #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
- LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
- #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
- #14207: Fix creating
HTMLThemeFactoryobjects in third-party extensions. Patch by Adam Turner- #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
- #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
- #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
- LaTeX: Fix accidental removal at
3.5.0(#8854) of the documentation ofliteralblockcapposkey of :ref:'sphinxsetup' <latexsphinxsetup>. Patch by Jean-François B.
Commits
- cc7c6f4 Bump to 9.1.0 final
- b127b94 Add
app.add_static_dir()for copying extension static files (#14219) - 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
- 3c85411 Polish CHANGES.rst (#14225)
- 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
- d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
- 8dca61d Improve some LaTeX code comments (#14220)
- 8ab9600 Bump to 9.1.0 candidate 2
- d59b237 autodoc: Improve support for non-weakreferencable objects
- 964424b Use the correct reference for using existing extensions (#14157)
- Additional commits viewable in compare view
Updates uv-build to 0.10.3
Release notes
Sourced from uv-build's releases.
0.10.3
Release Notes
Released on 2026-02-16.
Python
- Add CPython 3.15.0a6
Enhancements
- Don't open file locks for writing (#17956)
- Make Windows trampoline error messages consistent with uv proper (#17969)
- Log which preview features are enabled (#17968)
Preview features
- Add support for ruff version constraints and
exclude-newerinuv format(#17651)- Fix script path handling when
target-workspace-discoveryis enabled (#17965)- Use version constraints to select the default ruff version used by
uv format(#17977)Bug fixes
- Avoid matching managed Python versions by prefixes, e.g. don't match CPython 3.10 when
cpython-3.1is specified (#17972)- Fix handling of
--allow-existingwith minor version links on Windows (#17978)- Fix panic when encountering unmanaged workspace members (#17974)
- Improve accuracy of request timing (#18007)
- Reject
u64::MAXin version segments to prevent overflow (#17985)Documentation
- Reference Debian Trixie instead of Bookworm (#17991)
Install uv 0.10.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.3/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.10.3/uv-installer.ps1 | iex"
Download uv 0.10.3
| File | Platform | Checksum |
... (truncated)
Changelog
Sourced from uv-build's changelog.
0.10.3
Released on 2026-02-16.
Python
- Add CPython 3.15.0a6
Enhancements
- Don't open file locks for writing (#17956)
- Make Windows trampoline error messages consistent with uv proper (#17969)
- Log which preview features are enabled (#17968)
Preview features
- Add support for ruff version constraints and
exclude-newerinuv format(#17651)- Fix script path handling when
target-workspace-discoveryis enabled (#17965)- Use version constraints to select the default ruff version used by
uv format(#17977)Bug fixes
- Avoid matching managed Python versions by prefixes, e.g. don't match CPython 3.10 when
cpython-3.1is specified (#17972)- Fix handling of
--allow-existingwith minor version links on Windows (#17978)- Fix panic when encountering unmanaged workspace members (#17974)
- Improve accuracy of request timing (#18007)
- Reject
u64::MAXin version segments to prevent overflow (#17985)Documentation
- Reference Debian Trixie instead of Bookworm (#17991)
0.10.2
Released on 2026-02-10.
Enhancements
- Deprecate unexpected ZIP compression methods (#17946)
Bug fixes
- Fix
cargo-installfailing due to missinguv-testdependency (#17954)0.10.1
Released on 2026-02-10.
Enhancements
... (truncated)
Commits
- c75a0c6 Bump version to 0.10.3 (#18012)
- b06acf6 Update dependency astral-sh/uv to v0.10.2 (#18034)
- 8430dfb Fix the
uv formattest failures caused by ruff release (#18019) - 8c8a903 Update zip crate to <7.2 (#16907)
- e94ea9f Use version constraints for default ruff version in
uv format(#17977) - 1aa89df Downgrade ubuntu runner to align with codspeed (#18011)
- 2a86a4b More resilient retry timer (#18007)
- b1f647f Update Rust crate flate2 to v1.1.9 (#17686)
- 1e64e75 Bump depot ubuntu runners to 24.04 (#17995)
- 04b6d8f Remove docker-run-action (#17994)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions