Skip to content

fix(deps): bump python-multipart and pytest to clear security alerts#5

Merged
goetchstone merged 2 commits into
mainfrom
fix/security-dep-bumps
Jul 9, 2026
Merged

fix(deps): bump python-multipart and pytest to clear security alerts#5
goetchstone merged 2 commits into
mainfrom
fix/security-dep-bumps

Conversation

@goetchstone

Copy link
Copy Markdown
Owner

Bumps python-multipart 0.0.20 → 0.0.32 and pytest 8.4.2 → 9.0.3 (major — no patched 8.x exists).

Clears all 8 open Dependabot alerts (python-multipart DoS / arbitrary-file-write / parsing CVEs; pytest tmpdir handling).

🤖 Generated with Claude Code

goetchstone and others added 2 commits July 9, 2026 06:19
…curity alerts

Clears all 8 open Dependabot alerts: python-multipart DoS/file-write CVEs
(fixed 0.0.31) and pytest tmpdir handling (fixed 9.0.3, no fix on 8.x line).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ultipart)

python-multipart >=0.0.21 requires Python 3.10+, and the security fixes
land in 0.0.31. Python 3.9 reached end-of-life in October 2025.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@goetchstone
goetchstone merged commit bcf40a9 into main Jul 9, 2026
6 checks passed
@goetchstone
goetchstone deleted the fix/security-dep-bumps branch July 9, 2026 15:08
goetchstone added a commit that referenced this pull request Jul 22, 2026
…ict, patch multipart

Upgrading the build interpreter to 3.14 (longer support runway than 3.12; GAM already ships on
3.14) surfaced that PR #5's pins were internally inconsistent: requirements.txt held pytest==9.0.3
alongside pytest-asyncio==1.2.0, which caps pytest<9 — unsatisfiable on ANY Python (CI only dodged
it via pyproject's version ranges). Bump pytest-asyncio to 1.4.0 (supports pytest 9).

- requirements.txt: pytest-asyncio 1.2.0 -> 1.4.0 (unblocks the pinned install).
- CI: add 3.14 to the test matrix (now 3.10/3.12/3.14); run the single-version lint/gam-compat
  jobs on 3.14 so the interpreter we build+ship on is exercised.
- README: correct the stale "Python 3.9+" / "3.9 and 3.12" lines to the real floor and matrix.

Verified on 3.14.6 locally: 366 passed / 1 skipped (async tests confirmed executing, not
no-op'd); pywebview 6.2.1 + pyobjc-core 12.2.1 import cleanly; PyInstaller builds a working .app
whose frozen Python is 3.14 and whose bundle carries the PATCHED python-multipart 0.0.32; the
built app launches (AppKit+WebKit load, no crash). The security bump you merged now actually ships
in dist/GamGUI.app.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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