Skip to content

fix: upgrade pip to 26.1.2 to resolve PYSEC-2026-196 - #10

Merged
opratr merged 2 commits into
mainfrom
bugfix/pip-audit-vulnerability
Jun 24, 2026
Merged

fix: upgrade pip to 26.1.2 to resolve PYSEC-2026-196#10
opratr merged 2 commits into
mainfrom
bugfix/pip-audit-vulnerability

Conversation

@opratr

@opratr opratr commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bumps pip from 26.1.1 to 26.1.2 in uv.lock
  • Resolves PYSEC-2026-196, a known vulnerability in pip flagged by pip-audit in CI
  • pip enters the lockfile as a transitive dependency via pip-auditpip-apipip

Why this is needed

Both open Dependabot PRs (#8 and #9) are failing the Security: dependency audit (pip-audit) CI step because main itself carries this vulnerable pip version. Fixing it here unblocks those PRs.

Merge order after this lands:

  1. This PR (pip fix)
  2. Rebase and merge PR build(deps): bump msgpack from 1.1.2 to 1.2.1 in the uv group across 1 directory #9 (msgpack 1.1.2 → 1.2.1, fixes GHSA-6v7p-g79w-8964)
  3. Rebase and merge PR build(deps): bump actions/checkout from 6 to 7 #8 (actions/checkout v6 → v7)

Test plan

opratr added 2 commits June 24, 2026 08:37
pip 26.1.1 has a known vulnerability (PYSEC-2026-196) flagged by pip-audit.
Bumping to 26.1.2 clears the audit failure blocking the Dependabot PRs.
Clears the second vulnerability found by pip-audit so PR #10 passes
CI cleanly and both Dependabot PRs (#8, #9) can be rebased and merged.
@opratr
opratr merged commit 06e87e8 into main Jun 24, 2026
2 checks passed
@opratr
opratr deleted the bugfix/pip-audit-vulnerability branch June 24, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant