build(deps): Bump pip from 26.1.2 to 26.2 - #349
Conversation
Bumps [pip](https://github.com/pypa/pip) from 26.1.2 to 26.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@26.1.2...26.2) --- updated-dependencies: - dependency-name: pip dependency-version: '26.2' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
05bfe33 to
ad79ab4
Compare
richardmhope
left a comment
There was a problem hiding this comment.
uv.lock only — pip 26.1.2 → 26.2, with sdist and wheel hashes updated together. pip is not a runtime dependency of the app; it arrives transitively in the dev group, so the production image (uv sync --frozen --no-dev) is unaffected.
Worth recording why this PR looked broken: its original run failed lint-workflows, which had nothing to do with the diff. zizmor's ref-version-mismatch audit runs online and had started flagging a stale actions/deploy-pages pin in docs.yml — a file this PR never touches. Same failure then reproduced on #332, whose diff is one Dockerfile line, confirming it was a base-branch problem rather than anything in either PR. Fixed in #350 (which also bumped zizmor off 1.27.0, yanked upstream for GHSA-f42p-wjw5-97qh); this branch has been updated onto that.
Approving on the green re-run.
Generated by Claude Code
Bumps pip from 26.1.2 to 26.2.
Changelog
Sourced from pip's changelog.
... (truncated)
Commits
4b6ae5cBump for release50b6d3cUpdate AUTHORS.txtdbddfbdTweak news entries for pip 26.2 (#14212)6576b75Merge pull request #14165 from sbidoul/refactor-pylock-hanling-sbi0090e00Address a variety of typos detected in code reviewe12ddd9Add support for --uploaded-prior-to with -r pylock.toml5eefdbcBetter conflict report for requirements from -r pylock.toml6d71ff8Test --only-final with -r pylock.tomle7d6eb9Refactor -r pylock.toml756506dAdd TODO about pylock.select and --no-binary