⬆️ Update the uv lock (monthly) - #1970
useblocks-automation[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1970 +/- ##
=======================================
Coverage 91.69% 91.70%
=======================================
Files 129 129
Lines 18155 18152 -3
=======================================
- Hits 16648 16647 -1
+ Misses 1507 1505 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The rehearsal dispatch of
That is docutils 0.20 behaviour, not sphinx-mounts. A plain Sphinx 8.2.3 project with no extensions prints So this pull request waits on a floor decision: |
uv lock --upgrade, run by the monthlyUV updateworkflow — every line uv'slock diff reported, updates, additions and removals alike. Only
uv.lockistouched: the job asserts that no manifest changed, so every specifier here is still
the one someone chose by hand.
hooks clean after the upgrade: yes — see the workflow run
Held back by a manifest range
jsonschema-rs: locked v0.53.0, newest v0.56.0, constraint "jsonschema-rs>=0.37.1,<0.54.0" (required by sphinx-needs)pydata-sphinx-theme: locked v0.17.1, newest v0.21.0, constraint "pydata-sphinx-theme>=0.15.2,<0.20.0" (required by sphinx-needs extra theme-pds)docutils: locked v0.22.4, newest v0.23, constraint "docutils" "docutils~=0.20.0" (required by sphinx-codelinks)tree-sitter: locked v0.25.2, newest v0.26.0, constraint "tree-sitter~=0.25.1" (required by sphinx-codelinks)sphinxcontrib-typer: locked v0.9.2, newest v0.10.0, constraint "sphinxcontrib-typer>=0.9.1" (required by sphinx-codelinks extra docs)Direct dependencies only, from
uv tree --outdated --depth 1after the upgrade,at the versions the DEFAULT resolution locks — a package held back only in a matrix
split (
docutils0.20.1 intyping,myst-parser4.x insphinx-7) is not listed.The constraint column is every specifier this workspace writes for that name. What
actually blocks the newer release may be one of those, a cap elsewhere in the graph,
or a
[tool.uv] conflictssplit;uv lock --upgrade-package <name>names it.Widening one is a pull request of its own, with the reason re-checked — never a
rider on this one.
Opened by the scheduled
UV updateworkflow.