fix: bump idna, urllib3, pip to resolve pip-audit CVEs#109
Merged
Conversation
task security (pip-audit) was failing on main with 5 known vulnerabilities across three transitive deps: - idna 3.11 -> 3.17 (CVE-2026-45409) - urllib3 2.6.3 -> 2.7.0 (PYSEC-2026-141, PYSEC-2026-142) - pip 26.0.1 -> 26.1.2 (CVE-2026-3219, CVE-2026-6357) pip is pulled in transitively via pip-audit -> pip-api. All three are lock-only bumps (no pyproject changes). bandit and pip-audit now pass clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
Code Qualitycheck has been failing onmainsince 2026-04-24 at thetask securitystep.pip-auditreports 5 known vulnerabilities across three transitive dependencies:pipis pulled in transitively (pip-audit->pip-api->pip), so all three are lock-only bumps viauv lock --upgrade-package— nopyproject.tomlchanges.Verified locally:
task securitynow passes (bandit: no issues, pip-audit: no known vulnerabilities).🤖 Generated with Claude Code