fix(deps): bump python-multipart and pytest to clear security alerts#5
Merged
Conversation
…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
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>
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.
Bumps
python-multipart0.0.20 → 0.0.32 andpytest8.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